IResource |
ICollection.createResource(String name,
byte[] content) |
Create resource under this collection by recognizing the content type and binary flag by its file extension.
|
IResource |
ICollection.createResource(String name,
byte[] content,
boolean isBinary,
String contentType) |
Create resource under this collection by specifying the binary flag.
|
IResource |
IRepositoryWriter.createResource(String path) |
This method creates a new empty resource at the specified path.
|
IResource |
IRepositoryWriter.createResource(String path,
byte[] content) |
This method creates a new resource at the specified path and fills it
with the specified content.
|
IResource |
IRepositoryWriter.createResource(String path,
byte[] content,
boolean isBinary,
String contentType) |
This method creates a new empty resource at the specified path.
|
IResource |
IRepositoryWriter.createResource(String path,
byte[] content,
boolean isBinary,
String contentType,
boolean override) |
This method creates a new empty, or override resource at the specified path.
|
IResource |
ICollection.getResource(String name) |
Returns the resource with the specified name contained in this
collection.
|
IResource |
IRepositoryReader.getResource(String path) |
Returns an instance of IResource which represents the
resource located at the specified path.
|