public class PathRetreiver extends Object
| Constructor and Description |
|---|
PathRetreiver() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase_path()
Gets the base_path.
|
static PathRetreiver |
getInstance(String base_path)
Gets the single instance of PathRetreiver.
|
String |
getPathForPMCID(int pmcID)
Gets the path for pmcid.
|
void |
setBase_path(String base_path)
Sets the base_path.
|
public static PathRetreiver getInstance(String base_path)
base_path - the base_pathpublic String getPathForPMCID(int pmcID)
pmcID - the pmc idpublic void setBase_path(String base_path)
base_path - the new base_pathpublic String getBase_path()
Copyright © 2017. All rights reserved.