public abstract class SubRepository extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
homeDir |
protected SA3Repository |
sa3Repo |
| Constructor and Description |
|---|
SubRepository(SA3Repository sa3Repo,
String homeDir) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbsoluteResourcePath(String resourcePath) |
String |
getHomeDir() |
InputStream |
getResourceIS(String resourcePath) |
SA3Repository |
getSA3Repo() |
boolean |
resourceExists(String resourcePath) |
String |
toString() |
protected SA3Repository sa3Repo
protected String homeDir
public SubRepository(SA3Repository sa3Repo, String homeDir)
public SA3Repository getSA3Repo()
public String getHomeDir()
public boolean resourceExists(String resourcePath)
public InputStream getResourceIS(String resourcePath) throws RepositoryException
RepositoryExceptionCopyright © 2013. All Rights Reserved.