public interface IResourceExecutor extends IEngineExecutor
| Modifier and Type | Method and Description |
|---|---|
String |
createResourcePath(String root,
String module)
Creates the resource path.
|
String |
createResourcePath(String root,
String module,
String extension)
Creates the resource path.
|
boolean |
existResource(String root,
String module)
Exist resource.
|
boolean |
existResource(String root,
String module,
String extension)
Exist resource.
|
ICollection |
getCollection(String root,
String module)
Gets the collection.
|
IResource |
getResource(String root,
String module)
Gets the resource.
|
IResource |
getResource(String root,
String module,
String extension)
Gets the resource.
|
byte[] |
getResourceContent(String root,
String module)
Gets the resource content.
|
byte[] |
getResourceContent(String root,
String module,
String extension)
Gets the resource content.
|
getName, getTypebyte[] getResourceContent(String root, String module) throws RepositoryException
root - the rootmodule - the moduleRepositoryException - the repository exceptionbyte[] getResourceContent(String root, String module, String extension) throws RepositoryException
root - the rootmodule - the moduleextension - the extensionRepositoryException - the repository exceptionICollection getCollection(String root, String module) throws RepositoryException
root - the rootmodule - the moduleRepositoryException - the repository exceptionIResource getResource(String root, String module) throws RepositoryException
root - the rootmodule - the moduleRepositoryException - the repository exceptionIResource getResource(String root, String module, String extension) throws RepositoryException
root - the rootmodule - the moduleextension - the extensionRepositoryException - the repository exceptionboolean existResource(String root, String module) throws RepositoryException
root - the rootmodule - the moduleRepositoryException - the repository exceptionboolean existResource(String root, String module, String extension) throws RepositoryException
root - the rootmodule - the moduleextension - the extensionRepositoryException - the repository exceptionString createResourcePath(String root, String module)
root - the rootmodule - the moduleCopyright © 2010–2018 Eclipse Foundation. All rights reserved.