Skip navigation links
C D E G I L P R S U 

C

CheckedException - Exception in ljbo82.util
Represents a checked exception.
CheckedException() - Constructor for exception ljbo82.util.CheckedException
 
CheckedException(String, Object...) - Constructor for exception ljbo82.util.CheckedException
 
CheckedException(Throwable, String, Object...) - Constructor for exception ljbo82.util.CheckedException
 
CheckedException(Throwable) - Constructor for exception ljbo82.util.CheckedException
 
convertElement(T) - Method in class ljbo82.util.DependencyGraph
Converts an object into another one of the same type.
copy(Path, boolean) - Method in class ljbo82.util.Path
Copies path contents.
CyclicReferenceException(String, Object...) - Constructor for exception ljbo82.util.DependencyGraph.CyclicReferenceException
 

D

delete(boolean) - Method in class ljbo82.util.Path
Deletes the pointed location.
delete() - Method in class ljbo82.util.Path
 
DependencyGraph<T> - Class in ljbo82.util
Represents a dependency graph.
DependencyGraph() - Constructor for class ljbo82.util.DependencyGraph
 
DependencyGraph.CyclicReferenceException - Exception in ljbo82.util
 

E

EmbeddedLibraryBundle - Class in ljbo82.util
Represents a library bundle packed into application jar file.
EmbeddedLibraryBundle() - Constructor for class ljbo82.util.EmbeddedLibraryBundle
 
EmbeddedResource - Class in ljbo82.util
Represents an embedded resource.
EmbeddedResource(String) - Constructor for class ljbo82.util.EmbeddedResource
 
extract(Path, String, int, boolean) - Method in class ljbo82.util.EmbeddedResource
Extracts this embedded resource into a local file.
extract(Path, String, boolean) - Method in class ljbo82.util.EmbeddedResource
Convenience method.
extract(Path, boolean) - Method in class ljbo82.util.EmbeddedResource
Convenience method.
extract(Path) - Method in class ljbo82.util.EmbeddedResource
 

G

getAbsoluteFile() - Method in class ljbo82.util.Path
 
getArch() - Method in class ljbo82.util.Platform
Return platform architecture.
getCanonicalFile() - Method in class ljbo82.util.Path
 
getDependencies(T) - Method in class ljbo82.util.DependencyGraph
Returns all dependencies of an element.
getElements() - Method in class ljbo82.util.DependencyGraph
Returns all registered elements.
getEmbeddedLibrary(String) - Method in class ljbo82.util.EmbeddedLibraryBundle
Returns the embedded path associated with given library name.
getEmbeddedLibraryDir() - Method in class ljbo82.util.EmbeddedLibraryBundle
Returns the embedded directory path where libraries are stored.
getExtractionDir() - Method in class ljbo82.util.EmbeddedLibraryBundle
Returns the place to store extracted libraries contained in JAR.
getHexString(byte[]) - Method in class ljbo82.util.StringUtils
 
getInputStream() - Method in class ljbo82.util.EmbeddedResource
Returns the input stream to access this embedded resource (inside application JAR).
getInputStream() - Method in class ljbo82.util.Path
 
getInstance() - Static method in class ljbo82.util.Platform
 
getInstance() - Static method in class ljbo82.util.StringUtils
 
getLibPrefix() - Method in class ljbo82.util.Platform
Return the default library prefix.
getLibraryFile(String) - Method in class ljbo82.util.EmbeddedLibraryBundle
 
getLibraryFile(String) - Method in class ljbo82.util.LibraryBundle
Returns the file pointing to given library.
getLibraryPrefix() - Method in class ljbo82.util.LibraryBundle
Returns the library filename prefix.
getLibrarySearchDirs() - Method in class ljbo82.util.EmbeddedLibraryBundle
 
getLibrarySearchDirs() - Method in class ljbo82.util.LibraryBundle
Returns the list of paths to search when loading libraries.
getLibrarySearchDirs() - Method in class ljbo82.util.Platform
Returns the list of paths to search when loading libraries.
getLibrarySuffix() - Method in class ljbo82.util.LibraryBundle
Returns the library filename suffix.
getLibSuffix() - Method in class ljbo82.util.Platform
Return the default library suffix.
getMd5Checksum(int) - Method in class ljbo82.util.EmbeddedResource
Returns the MD5 of this embedded resource.
getMd5Checksum() - Method in class ljbo82.util.EmbeddedResource
Convenience method.
getMd5Checksum(int) - Method in class ljbo82.util.Path
 
getMd5Checksum() - Method in class ljbo82.util.Path
 
getName() - Method in class ljbo82.util.Platform
Returns platform name.
getOrCreateDirectory(String) - Static method in class ljbo82.util.Path
Gets given directory.
getOrCreateParentDir(String) - Static method in class ljbo82.util.Path
Considers given path as pointing to a file and return parent directory.
getParentFile() - Method in class ljbo82.util.Path
 
getPath() - Method in class ljbo82.util.EmbeddedResource
 
getRandomString(int) - Method in class ljbo82.util.StringUtils
 
getRandomString(int, char[]) - Method in class ljbo82.util.StringUtils
 
getRelativeTo(Path) - Method in class ljbo82.util.Path
 
getStringContents() - Method in class ljbo82.util.Path
 
getTemporaryDir() - Method in class ljbo82.util.Platform
Returns platform-specific temporary directory.
getUrl() - Method in class ljbo82.util.EmbeddedResource
 
getUserHome() - Method in class ljbo82.util.Platform
Returns platform-specific user home directory.
getVersion() - Method in class ljbo82.util.Platform
Returns platform version.

I

isExtracted(String) - Method in class ljbo82.util.EmbeddedLibraryBundle
Returns a boolean indicating if given library was extracted.
isLoaded(String) - Method in class ljbo82.util.LibraryBundle
Returns a boolean indicating if given library is loaded.
isMac() - Method in class ljbo82.util.Platform
Returns a boolean indicating if current platform corresponds to a Apple Mac OS.
isSolaris() - Method in class ljbo82.util.Platform
Returns a boolean indicating if current platform is a Solaris OS.
isUnix() - Method in class ljbo82.util.Platform
Returns a boolean indicating if current platform is an Unix-equivalent.
isWindows() - Method in class ljbo82.util.Platform
Returns a boolean indicating if current platform corresponds to a Microsoft Windows.

L

LibraryBundle - Class in ljbo82.util
Represents a native library bundle.
LibraryBundle() - Constructor for class ljbo82.util.LibraryBundle
 
listFiles() - Method in class ljbo82.util.Path
 
listFiles(FilenameFilter) - Method in class ljbo82.util.Path
 
ljbo82.util - package ljbo82.util
 
loadLibraries() - Method in class ljbo82.util.LibraryBundle
Loads all registered libraries in appropriate sequencing (according to internal dependencies).
loadLibrary(String) - Method in class ljbo82.util.LibraryBundle
Loads a library.

P

Path - Class in ljbo82.util
Represents a universal file.
Path(String) - Constructor for class ljbo82.util.Path
 
Path(String, String) - Constructor for class ljbo82.util.Path
 
Path(Path, String) - Constructor for class ljbo82.util.Path
 
Path(File) - Constructor for class ljbo82.util.Path
 
Path(File, String) - Constructor for class ljbo82.util.Path
 
Path.PathAccessException - Exception in ljbo82.util
 
PathAccessException() - Constructor for exception ljbo82.util.Path.PathAccessException
 
PathAccessException(String, Object...) - Constructor for exception ljbo82.util.Path.PathAccessException
 
PathAccessException(Throwable, String, Object...) - Constructor for exception ljbo82.util.Path.PathAccessException
 
PathAccessException(Throwable) - Constructor for exception ljbo82.util.Path.PathAccessException
 
Platform - Class in ljbo82.util
Platform utilities.
Platform() - Constructor for class ljbo82.util.Platform
 

R

read(InputStream, boolean) - Method in class ljbo82.util.StringUtils
 
readInputStream(InputStream) - Method in class ljbo82.util.StringUtils
 
registerElement(T, T...) - Method in class ljbo82.util.DependencyGraph
Registers an element and its dependencies.
registerLibrary(String, String...) - Method in class ljbo82.util.LibraryBundle
Registers a library and its dependencies.
replaceAll(String, String, String, boolean) - Method in class ljbo82.util.StringUtils
 

S

StringUtils - Class in ljbo82.util
 
StringUtils() - Constructor for class ljbo82.util.StringUtils
 

U

UncheckedException - Exception in ljbo82.util
Represents an unchecked exception.
UncheckedException() - Constructor for exception ljbo82.util.UncheckedException
 
UncheckedException(String, Object...) - Constructor for exception ljbo82.util.UncheckedException
 
UncheckedException(Throwable, String, Object...) - Constructor for exception ljbo82.util.UncheckedException
 
UncheckedException(Throwable) - Constructor for exception ljbo82.util.UncheckedException
 
C D E G I L P R S U 
Skip navigation links

Copyright © 2016 Leandro José Britto de Oliveira. All rights reserved.