| Modifier and Type | Method and Description |
|---|---|
void |
Path.copy(Path destinationDir,
boolean replaceExisting)
Copies path contents.
|
boolean |
Path.delete() |
void |
Path.delete(boolean forceDirDelete)
Deletes the pointed location.
|
Path |
EmbeddedResource.extract(Path destinationDir) |
Path |
EmbeddedResource.extract(Path destinationDir,
boolean forceOverwrite)
Convenience method.
|
Path |
EmbeddedResource.extract(Path destinationDir,
String destFilename,
boolean forceOverwrite)
Convenience method.
|
Path |
EmbeddedResource.extract(Path destDir,
String destinationFilename,
int bufferSize,
boolean forceOverwrite)
Extracts this embedded resource into a local file.
|
protected EmbeddedResource |
EmbeddedLibraryBundle.getEmbeddedLibrary(String libname)
Returns the embedded path associated with given library name.
|
protected Path |
LibraryBundle.getLibraryFile(String libname)
Returns the file pointing to given library.
|
protected Path |
EmbeddedLibraryBundle.getLibraryFile(String libname) |
String |
EmbeddedResource.getMd5Checksum()
Convenience method.
|
String |
Path.getMd5Checksum() |
String |
EmbeddedResource.getMd5Checksum(int bufferSize)
Returns the MD5 of this embedded resource.
|
String |
Path.getMd5Checksum(int bufferSize) |
static Path |
Path.getOrCreateDirectory(String dirPath)
Gets given directory.
|
static Path |
Path.getOrCreateParentDir(String filePath)
Considers given path as pointing to a file and return parent directory.
|
| Constructor and Description |
|---|
EmbeddedResource(String embeddedPath) |
Copyright © 2016 Leandro José Britto de Oliveira. All rights reserved.