A C D E F G I J M N O P R S T W

A

available() - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 

C

captureStackTrace(Throwable) - Static method in class org.codehaus.spice.salt.lang.ExceptionUtil
Captures the stack trace associated with this exception.
captureStackTrace(Throwable, String) - Static method in class org.codehaus.spice.salt.lang.ExceptionUtil
Captures the stack trace associated with this exception.
catPath(String, String) - Static method in class org.codehaus.spice.salt.io.FileUtil
Will concatenate 2 paths.
checkWriteable() - Method in class org.codehaus.spice.salt.config.DefaultParameters
Check if the resource has been "frozen" and thus is read only.
cleanDirectory(String) - Static method in class org.codehaus.spice.salt.io.FileUtil
Clean a directory without deleting it.
cleanDirectory(File) - Static method in class org.codehaus.spice.salt.io.FileUtil
Clean a directory without deleting it.
clearResourceCache() - Static method in class org.codehaus.spice.salt.i18n.I18nResourceManager
Clear the cache of all resources currently loaded into the system.
clearResourceCache() - Static method in class org.codehaus.spice.salt.i18n.ResourceManager
Clear the cache of all resources currently loaded into the system.
close() - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
contentEquals(File, File) - Static method in class org.codehaus.spice.salt.io.FileUtil
Compare the contents of two files to determine if they are equal or not.
contentEquals(InputStream, InputStream) - Static method in class org.codehaus.spice.salt.io.IOUtil
Compare the contents of two Streams to determine if they are equal or not.
copy(InputStream, OutputStream) - Static method in class org.codehaus.spice.salt.io.IOUtil
Copy bytes from an InputStream to an OutputStream.
copy(InputStream, OutputStream, int) - Static method in class org.codehaus.spice.salt.io.IOUtil
Copy bytes from an InputStream to an OutputStream.
copy(Reader, Writer) - Static method in class org.codehaus.spice.salt.io.IOUtil
Copy chars from a Reader to a Writer.
copy(Reader, Writer, int) - Static method in class org.codehaus.spice.salt.io.IOUtil
Copy chars from a Reader to a Writer.
copy(InputStream, Writer) - Static method in class org.codehaus.spice.salt.io.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer.
copy(InputStream, Writer, int) - Static method in class org.codehaus.spice.salt.io.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer.
copy(InputStream, Writer, String) - Static method in class org.codehaus.spice.salt.io.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer, using the specified encoding.
copy(InputStream, Writer, String, int) - Static method in class org.codehaus.spice.salt.io.IOUtil
Copy and convert bytes from an InputStream to chars on a Writer, using the specified encoding.
copy(Reader, OutputStream) - Static method in class org.codehaus.spice.salt.io.IOUtil
Serialize chars from a Reader to bytes on an OutputStream, and flush the OutputStream.
copy(Reader, OutputStream, int) - Static method in class org.codehaus.spice.salt.io.IOUtil
Serialize chars from a Reader to bytes on an OutputStream, and flush the OutputStream.
copy(String, OutputStream) - Static method in class org.codehaus.spice.salt.io.IOUtil
Serialize chars from a String to bytes on an OutputStream, and flush the OutputStream.
copy(String, OutputStream, int) - Static method in class org.codehaus.spice.salt.io.IOUtil
Serialize chars from a String to bytes on an OutputStream, and flush the OutputStream.
copy(String, Writer) - Static method in class org.codehaus.spice.salt.io.IOUtil
Copy chars from a String to a Writer.
copy(byte[], Writer) - Static method in class org.codehaus.spice.salt.io.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer.
copy(byte[], Writer, int) - Static method in class org.codehaus.spice.salt.io.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer.
copy(byte[], Writer, String) - Static method in class org.codehaus.spice.salt.io.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer, using the specified encoding.
copy(byte[], Writer, String, int) - Static method in class org.codehaus.spice.salt.io.IOUtil
Copy and convert bytes from a byte[] to chars on a Writer, using the specified encoding.
copy(byte[], OutputStream) - Static method in class org.codehaus.spice.salt.io.IOUtil
Copy bytes from a byte[] to an OutputStream.
copyFile(File, File) - Static method in class org.codehaus.spice.salt.io.FileUtil
Copy file from source to destination.
copyFileToDirectory(String, String) - Static method in class org.codehaus.spice.salt.io.FileUtil
Copy file from source to destination.
copyFileToDirectory(File, File) - Static method in class org.codehaus.spice.salt.io.FileUtil
Copy file from source to destination.
copyURLToFile(URL, File) - Static method in class org.codehaus.spice.salt.io.FileUtil
Copies bytes from the URL source to a file destination.
createFrom(Class) - Static method in class org.codehaus.spice.salt.lang.EnumSet
Create an EnumSet for specified Class including all integer constants.
createFrom(Class, String) - Static method in class org.codehaus.spice.salt.lang.EnumSet
Create an EnumSet for specified Class including all integer constants that match specified pattern.
createFrom(Class, String, boolean) - Static method in class org.codehaus.spice.salt.lang.EnumSet
Create an EnumSet for specified Class including all integer constants that match specified pattern and scanning superclass if deep is true.
CURRENT - Static variable in class org.codehaus.spice.salt.lang.JavaVersion
Enum for Current JDK.

D

DefaultParameters - Class in org.codehaus.spice.salt.config
Parameters implementation backed by a Properties object.
DefaultParameters() - Constructor for class org.codehaus.spice.salt.config.DefaultParameters
Create a parameters object with empty prefix.
DefaultParameters(String) - Constructor for class org.codehaus.spice.salt.config.DefaultParameters
Create a parameters object with specified prefix.
deleteDirectory(String) - Static method in class org.codehaus.spice.salt.io.FileUtil
Recursively delete a directory.
deleteDirectory(File) - Static method in class org.codehaus.spice.salt.io.FileUtil
Recursively delete a directory.

E

EndianUtil - Class in org.codehaus.spice.salt.io
Utility code for dealing with different endian systems.
EndianUtil() - Constructor for class org.codehaus.spice.salt.io.EndianUtil
 
EnumSet - Class in org.codehaus.spice.salt.lang
A Utility class for managing a set of name-integer constants.
EnumSet() - Constructor for class org.codehaus.spice.salt.lang.EnumSet
 
ExceptionUtil - Class in org.codehaus.spice.salt.lang
This class makes it easy to manipulate data stored in exceptions.
ExceptionUtil() - Constructor for class org.codehaus.spice.salt.lang.ExceptionUtil
 

F

FileUtil - Class in org.codehaus.spice.salt.io
This class provides basic facilities for manipulating files and file paths.
forceDelete(String) - Static method in class org.codehaus.spice.salt.io.FileUtil
Delete a file.
forceDelete(File) - Static method in class org.codehaus.spice.salt.io.FileUtil
Delete a file.
forceDeleteOnExit(File) - Static method in class org.codehaus.spice.salt.io.FileUtil
Schedule a file to be deleted when JVM exits.
forceMkdir(File) - Static method in class org.codehaus.spice.salt.io.FileUtil
Make a directory.
format(String, Object) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a string from resource bundle and format it with specified args.
format(String, Object, Object) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a string from resource bundle and format it with specified args.
format(String, Object, Object, Object) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a string from resource bundle and format it with specified args.
format(String, Object, Object, Object, Object) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a string from resource bundle and format it with specified args.
format(String, Object, Object, Object, Object, Object) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a string from resource bundle and format it with specified args.
format(String, Object[]) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a string from resource bundle and format it with specified args.
Freezable - Interface in org.codehaus.spice.salt.config
This interface is used internally to salt config implementation to indicate which classes can be "frozen" and be made read-only after being mutable.
fromProperties(Properties) - Static method in class org.codehaus.spice.salt.config.ParametersUtil
Create a Parameters object from aproperties object.

G

getBaseResources(String, ClassLoader) - Static method in class org.codehaus.spice.salt.i18n.I18nResourceManager
Retrieve resource with specified basename.
getBaseResources(String, Locale, ClassLoader) - Static method in class org.codehaus.spice.salt.i18n.I18nResourceManager
Retrieve resource with specified basename in specified locale.
getBaseResources(String, ClassLoader) - Static method in class org.codehaus.spice.salt.i18n.ResourceManager
Retrieve resource with specified basename.
getBoolean(String, boolean) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a boolean from bundle.
getBoolean(String) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a boolean from bundle.
getBundle() - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve underlying ResourceBundle.
getByte(String, byte) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a byte from bundle.
getByte(String) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a byte from bundle.
getCause() - Method in exception org.codehaus.spice.salt.config.ParameterException
Return the exception that caused this exception if any.
getCause(Throwable) - Static method in class org.codehaus.spice.salt.lang.ExceptionUtil
Utility method to get cause of exception.
getChar(String, char) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a char from bundle.
getChar(String) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a char from bundle.
getChildParameters(String) - Method in class org.codehaus.spice.salt.config.DefaultParameters
Return a Parameters object that represents a subset of parameters with specified prefix.
getChildParameters(String) - Method in interface org.codehaus.spice.salt.config.Parameters
Return a Parameters object that represents a subset of parameters with specified prefix.
getChildren() - Method in class org.codehaus.spice.salt.config.DefaultParameters
Return the set of child parameter objects.
getClassResources(Class) - Static method in class org.codehaus.spice.salt.i18n.I18nResourceManager
Retrieve resource for specified Class.
getClassResources(Class, Locale) - Static method in class org.codehaus.spice.salt.i18n.I18nResourceManager
Retrieve resource for specified Class.
getClassResources(Class) - Static method in class org.codehaus.spice.salt.i18n.ResourceManager
Retrieve resource for specified Class.
getCodeFor(String) - Method in class org.codehaus.spice.salt.lang.EnumSet
Return the code for specified name.
getCodes() - Method in class org.codehaus.spice.salt.lang.EnumSet
Return a read-only set of codes in the EnumSet.
getDate(String, Date) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a date from bundle.
getDate(String) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a date from bundle.
getDateTime(String, Date) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a time from bundle.
getDateTime(String) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a date + time from bundle.
getDouble(String, double) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a double from bundle.
getDouble(String) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a double from bundle.
getExtension(String) - Static method in class org.codehaus.spice.salt.io.FileUtil
Get extension from filename.
getFloat(String, float) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a float from bundle.
getFloat(String) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a float from bundle.
getInteger(String, int) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a integer from bundle.
getInteger(String) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a integer from bundle.
getKey() - Method in exception org.codehaus.spice.salt.config.ParameterException
Return the parameter key that caused the problem.
getLong(String, long) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a long from bundle.
getLong(String) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a long from bundle.
getNameFor(int) - Method in class org.codehaus.spice.salt.lang.EnumSet
Return the name for specified code.
getNames() - Method in class org.codehaus.spice.salt.lang.EnumSet
Return a read-only set of names in the EnumSet.
getPackageResources(Class) - Static method in class org.codehaus.spice.salt.i18n.I18nResourceManager
Retrieve resource for specified Classes package.
getPackageResources(Class, Locale) - Static method in class org.codehaus.spice.salt.i18n.I18nResourceManager
Retrieve resource for specified Classes package.
getPackageResources(Class) - Static method in class org.codehaus.spice.salt.i18n.ResourceManager
Retrieve resource for specified Classes package.
getParameter(String) - Method in class org.codehaus.spice.salt.config.DefaultParameters
Return value of parameter with specified name.
getParameter(String, String) - Method in class org.codehaus.spice.salt.config.DefaultParameters
Return value of parameter with specified name.
getParameter(String) - Method in interface org.codehaus.spice.salt.config.Parameters
Return value of parameter with specified name.
getParameter(String, String) - Method in interface org.codehaus.spice.salt.config.Parameters
Return value of parameter with specified name.
getParameterAsBoolean(String) - Method in class org.codehaus.spice.salt.config.DefaultParameters
Return value of parameter with specified name as a boolean.
getParameterAsBoolean(String, boolean) - Method in class org.codehaus.spice.salt.config.DefaultParameters
Return value of parameter with specified name as a boolean.
getParameterAsBoolean(String) - Method in interface org.codehaus.spice.salt.config.Parameters
Return value of parameter with specified name as a boolean.
getParameterAsBoolean(String, boolean) - Method in interface org.codehaus.spice.salt.config.Parameters
Return value of parameter with specified name as a boolean.
getParameterAsFloat(String) - Method in class org.codehaus.spice.salt.config.DefaultParameters
Return value of parameter with specified name as a float.
getParameterAsFloat(String, float) - Method in class org.codehaus.spice.salt.config.DefaultParameters
Return value of parameter with specified name as a float.
getParameterAsFloat(String) - Method in interface org.codehaus.spice.salt.config.Parameters
Return value of parameter with specified name as a float.
getParameterAsFloat(String, float) - Method in interface org.codehaus.spice.salt.config.Parameters
Return value of parameter with specified name as a float.
getParameterAsInteger(String) - Method in class org.codehaus.spice.salt.config.DefaultParameters
Return value of parameter with specified name as an integer.
getParameterAsInteger(String, int) - Method in class org.codehaus.spice.salt.config.DefaultParameters
Return value of parameter with specified name as an integer.
getParameterAsInteger(String) - Method in interface org.codehaus.spice.salt.config.Parameters
Return value of parameter with specified name as an integer.
getParameterAsInteger(String, int) - Method in interface org.codehaus.spice.salt.config.Parameters
Return value of parameter with specified name as an integer.
getParameterAsLong(String) - Method in class org.codehaus.spice.salt.config.DefaultParameters
Return value of parameter with specified name as a long.
getParameterAsLong(String, long) - Method in class org.codehaus.spice.salt.config.DefaultParameters
Return value of parameter with specified name as a long.
getParameterAsLong(String) - Method in interface org.codehaus.spice.salt.config.Parameters
Return value of parameter with specified name as a long.
getParameterAsLong(String, long) - Method in interface org.codehaus.spice.salt.config.Parameters
Return value of parameter with specified name as a long.
getParameterNames() - Method in class org.codehaus.spice.salt.config.DefaultParameters
Return the names of all the parameters.
getParameterNames() - Method in interface org.codehaus.spice.salt.config.Parameters
Return the names of all the parameters.
getParameters() - Method in class org.codehaus.spice.salt.config.DefaultParameters
Return the backing properties object associated with parameters.
getPath(String) - Static method in class org.codehaus.spice.salt.io.FileUtil
Get path from filename.
getPath(String, char) - Static method in class org.codehaus.spice.salt.io.FileUtil
Get path from filename.
getPrefix() - Method in class org.codehaus.spice.salt.config.DefaultParameters
Return the prefix associated with Parameters object.
getResources(String, ClassLoader) - Static method in class org.codehaus.spice.salt.i18n.I18nResourceManager
Retrieve resource for specified name.
getResources(String, Locale, ClassLoader) - Static method in class org.codehaus.spice.salt.i18n.I18nResourceManager
Retrieve resource for specified name.
getResources(String, ClassLoader) - Static method in class org.codehaus.spice.salt.i18n.ResourceManager
Retrieve resource for specified name.
getRootCause(Throwable) - Static method in class org.codehaus.spice.salt.lang.ExceptionUtil
Utility method to get thr root cause of an exception.
getShort(String, short) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a short from bundle.
getShort(String) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a short from bundle.
getString(String) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a raw string from bundle.
getString(String, String) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a raw string from bundle.
getTime(String, Date) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a time from bundle.
getTime(String) - Method in class org.codehaus.spice.salt.i18n.I18nResources
Retrieve a time from bundle.

I

I18nResourceManager - Class in org.codehaus.spice.salt.i18n
Manager for I18nResources objects.
I18nResourceManager() - Constructor for class org.codehaus.spice.salt.i18n.I18nResourceManager
 
I18nResources - Class in org.codehaus.spice.salt.i18n
A class to simplify extracting localized strings, icons and other common resources from a ResourceBundle.
I18nResources(String, Locale, ClassLoader) - Constructor for class org.codehaus.spice.salt.i18n.I18nResources
Constructor that builds a manager in specified locale.
IOUtil - Class in org.codehaus.spice.salt.io
General IO Stream manipulation.
IOUtil() - Constructor for class org.codehaus.spice.salt.io.IOUtil
 
isLessThanOrEqual(JavaVersion) - Method in class org.codehaus.spice.salt.lang.JavaVersion
Return true if the version object is is less than or equal to specified version.
isParameter(String) - Method in class org.codehaus.spice.salt.config.DefaultParameters
Return true of parameter with specified name exists.
isParameter(String) - Method in interface org.codehaus.spice.salt.config.Parameters
Return true of parameter with specified name exists.
isReadOnly() - Method in class org.codehaus.spice.salt.config.DefaultParameters
Return true if resource has been made read-only or frozen.

J

JAVA1_0 - Static variable in class org.codehaus.spice.salt.lang.JavaVersion
Enum for JDK1.0 JVM.
JAVA1_1 - Static variable in class org.codehaus.spice.salt.lang.JavaVersion
Enum for JDK1.1 JVM.
JAVA1_2 - Static variable in class org.codehaus.spice.salt.lang.JavaVersion
Enum for JDK1.2 JVM.
JAVA1_3 - Static variable in class org.codehaus.spice.salt.lang.JavaVersion
Enum for JDK1.3 JVM.
JAVA1_4 - Static variable in class org.codehaus.spice.salt.lang.JavaVersion
Enum for JDK1.4 JVM.
JAVA1_5 - Static variable in class org.codehaus.spice.salt.lang.JavaVersion
Enum for JDK1.5 JVM.
JavaVersion - Class in org.codehaus.spice.salt.lang
Type safe wrapper class for Java Version enums.

M

m_baseName - Variable in class org.codehaus.spice.salt.i18n.I18nResources
Base name of resource bundle.
m_classLoader - Variable in class org.codehaus.spice.salt.i18n.I18nResources
ClassLoader from which to load resources.
m_locale - Variable in class org.codehaus.spice.salt.i18n.I18nResources
Local of Resources.
makeReadOnly() - Method in class org.codehaus.spice.salt.config.DefaultParameters
Mark the resource and all child parameter objects as read only.
makeReadOnly() - Method in interface org.codehaus.spice.salt.config.Freezable
Make resource read-only.
mark(int) - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
markSupported() - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
match(String) - Method in class org.codehaus.spice.salt.io.PathMatcher
Test if a virtual path matches any of the ant style patterns specified in this objects constructor.
merge(Parameters, Parameters) - Static method in class org.codehaus.spice.salt.config.ParametersUtil
Create a Parameters object that is the result of merging the two parameters objects.

N

normalize(String) - Static method in class org.codehaus.spice.salt.io.FileUtil
Normalize a path.

O

org.codehaus.spice.salt.config - package org.codehaus.spice.salt.config
 
org.codehaus.spice.salt.i18n - package org.codehaus.spice.salt.i18n
Utility code for extractin i18n'ed resources.
org.codehaus.spice.salt.io - package org.codehaus.spice.salt.io
 
org.codehaus.spice.salt.lang - package org.codehaus.spice.salt.lang
 

P

ParameterException - Exception in org.codehaus.spice.salt.config
The ParameterException is used to signal a problem retrieving a parameter from the Parameters object.
ParameterException(String, String) - Constructor for exception org.codehaus.spice.salt.config.ParameterException
Create a ParameterException with specified message and key.
ParameterException(String, String, Throwable) - Constructor for exception org.codehaus.spice.salt.config.ParameterException
Create a ParameterException with specified message, key and cause.
Parameters - Interface in org.codehaus.spice.salt.config
Parameters present flat configuration data.
ParametersUtil - Class in org.codehaus.spice.salt.config
Class containing utility methods to work with Parameters objects.
ParametersUtil() - Constructor for class org.codehaus.spice.salt.config.ParametersUtil
 
PathMatcher - Class in org.codehaus.spice.salt.io
Utility class for scanning a filesystem and matching a particular set of include and exclude patterns ala ant.
PathMatcher(String[], String[]) - Constructor for class org.codehaus.spice.salt.io.PathMatcher
Construct a matcher from ant style includes/excludes.
PathMatcher(String[], String[], char) - Constructor for class org.codehaus.spice.salt.io.PathMatcher
Construct a matcher from ant style includes/excludes.
prettyPrintStackTrace(Throwable, String) - Static method in class org.codehaus.spice.salt.lang.ExceptionUtil
Pretty print the stack trace.
printStackTrace(Throwable) - Static method in class org.codehaus.spice.salt.lang.ExceptionUtil
Generate string for specified exception and the cause of this exception (if any).
printStackTrace(Throwable, boolean) - Static method in class org.codehaus.spice.salt.lang.ExceptionUtil
Generate string for specified exception and if printCause is true will print all exception that caused this exception (if any).
printStackTrace(Throwable, int, boolean) - Static method in class org.codehaus.spice.salt.lang.ExceptionUtil
Generate exception string for specified exception with specified number of lines including causes if printCause is true.

R

read() - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
read(byte[]) - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
read(byte[], int, int) - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
readBoolean() - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
readByte() - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
readChar() - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
readDouble() - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
readFloat() - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
readFully(byte[]) - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
readFully(byte[], int, int) - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
readInt() - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
readLine() - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
readLong() - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
readShort() - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
readSwappedDouble(byte[], int) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
readSwappedDouble(InputStream) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
readSwappedFloat(byte[], int) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
readSwappedFloat(InputStream) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
readSwappedInteger(byte[], int) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
readSwappedInteger(InputStream) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
readSwappedLong(byte[], int) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
readSwappedLong(InputStream) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
readSwappedShort(byte[], int) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
readSwappedShort(InputStream) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
readSwappedUnsignedInteger(byte[], int) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
readSwappedUnsignedInteger(InputStream) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
readSwappedUnsignedShort(byte[], int) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
readSwappedUnsignedShort(InputStream) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
readUnsignedByte() - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
readUnsignedShort() - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
readUTF() - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
removeExtension(String) - Static method in class org.codehaus.spice.salt.io.FileUtil
Remove extension from filename.
removePath(String) - Static method in class org.codehaus.spice.salt.io.FileUtil
Remove path from filename.
removePath(String, char) - Static method in class org.codehaus.spice.salt.io.FileUtil
Remove path from filename.
reset() - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
resolveFile(File, String) - Static method in class org.codehaus.spice.salt.io.FileUtil
Resolve a file filename to it's canonical form.
resolveFileSet(File, PathMatcher) - Static method in class org.codehaus.spice.salt.io.FileUtil
Resolve a fileset in a particular hierarchy.
ResourceManager - Class in org.codehaus.spice.salt.i18n
Manager for resources.
ResourceManager() - Constructor for class org.codehaus.spice.salt.i18n.ResourceManager
 
Resources - Class in org.codehaus.spice.salt.i18n
A class to simplify extracting localized strings, icons and other common resources from a ResourceBundle.
Resources(String, ClassLoader) - Constructor for class org.codehaus.spice.salt.i18n.Resources
Constructor that builds a manager in default locale using specified ClassLoader.
Resources(String, Locale, ClassLoader) - Constructor for class org.codehaus.spice.salt.i18n.Resources
Constructor that builds a manager in specified locale.

S

SEPARATOR - Static variable in class org.codehaus.spice.salt.lang.ExceptionUtil
Constant that used to separate causes when recursively printing exceptions.
setParameter(String, String) - Method in class org.codehaus.spice.salt.config.DefaultParameters
Set parameter with specified name to specified value.
shutdownReader(Reader) - Static method in class org.codehaus.spice.salt.io.IOUtil
Unconditionally close an Reader.
shutdownStream(OutputStream) - Static method in class org.codehaus.spice.salt.io.IOUtil
Unconditionally close an OutputStream.
shutdownStream(InputStream) - Static method in class org.codehaus.spice.salt.io.IOUtil
Unconditionally close an InputStream.
shutdownWriter(Writer) - Static method in class org.codehaus.spice.salt.io.IOUtil
Unconditionally close an Writer.
SIZEOF_BYTE - Static variable in class org.codehaus.spice.salt.io.EndianUtil
 
SIZEOF_FLOAT - Static variable in class org.codehaus.spice.salt.io.EndianUtil
 
SIZEOF_INT - Static variable in class org.codehaus.spice.salt.io.EndianUtil
 
SIZEOF_LONG - Static variable in class org.codehaus.spice.salt.io.EndianUtil
 
SIZEOF_SHORT - Static variable in class org.codehaus.spice.salt.io.EndianUtil
 
sizeOfDirectory(String) - Static method in class org.codehaus.spice.salt.io.FileUtil
Recursively count size of a directory.
sizeOfDirectory(File) - Static method in class org.codehaus.spice.salt.io.FileUtil
Recursively count size of a directory.
skip(long) - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
skipBytes(int) - Method in class org.codehaus.spice.salt.io.SwappedDataInputStream
 
swapDouble(double) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
swapFloat(float) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
swapInteger(int) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
swapLong(long) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
SwappedDataInputStream - Class in org.codehaus.spice.salt.io
DataInput for systems relying on little endian data formats.
SwappedDataInputStream(InputStream) - Constructor for class org.codehaus.spice.salt.io.SwappedDataInputStream
 
swapShort(short) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 

T

toByteArray(InputStream) - Static method in class org.codehaus.spice.salt.io.IOUtil
Get the contents of an InputStream as a byte[].
toByteArray(InputStream, int) - Static method in class org.codehaus.spice.salt.io.IOUtil
Get the contents of an InputStream as a byte[].
toByteArray(Reader) - Static method in class org.codehaus.spice.salt.io.IOUtil
Get the contents of a Reader as a byte[].
toByteArray(Reader, int) - Static method in class org.codehaus.spice.salt.io.IOUtil
Get the contents of a Reader as a byte[].
toByteArray(String) - Static method in class org.codehaus.spice.salt.io.IOUtil
Get the contents of a String as a byte[].
toByteArray(String, int) - Static method in class org.codehaus.spice.salt.io.IOUtil
Get the contents of a String as a byte[].
toFile(URL) - Static method in class org.codehaus.spice.salt.io.FileUtil
Convert from a URL to a File.
toString(InputStream) - Static method in class org.codehaus.spice.salt.io.IOUtil
Get the contents of an InputStream as a String.
toString(InputStream, int) - Static method in class org.codehaus.spice.salt.io.IOUtil
Get the contents of an InputStream as a String.
toString(InputStream, String) - Static method in class org.codehaus.spice.salt.io.IOUtil
Get the contents of an InputStream as a String.
toString(InputStream, String, int) - Static method in class org.codehaus.spice.salt.io.IOUtil
Get the contents of an InputStream as a String.
toString(Reader) - Static method in class org.codehaus.spice.salt.io.IOUtil
Get the contents of a Reader as a String.
toString(Reader, int) - Static method in class org.codehaus.spice.salt.io.IOUtil
Get the contents of a Reader as a String.
toString(byte[]) - Static method in class org.codehaus.spice.salt.io.IOUtil
Get the contents of a byte[] as a String.
toString(byte[], int) - Static method in class org.codehaus.spice.salt.io.IOUtil
Get the contents of a byte[] as a String.
toString(byte[], String) - Static method in class org.codehaus.spice.salt.io.IOUtil
Get the contents of a byte[] as a String.
toString(byte[], String, int) - Static method in class org.codehaus.spice.salt.io.IOUtil
Get the contents of a byte[] as a String.
toString() - Method in class org.codehaus.spice.salt.lang.JavaVersion
Return the name of of JavaVersion.
toURLs(File[]) - Static method in class org.codehaus.spice.salt.io.FileUtil
Convert the array of Files into a list of URLs.

W

writeSwappedDouble(byte[], int, double) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
writeSwappedDouble(OutputStream, double) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
writeSwappedFloat(byte[], int, float) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
writeSwappedFloat(OutputStream, float) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
writeSwappedInteger(byte[], int, int) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
writeSwappedInteger(OutputStream, int) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
writeSwappedLong(byte[], int, long) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
writeSwappedLong(OutputStream, long) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
writeSwappedShort(byte[], int, short) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
writeSwappedShort(OutputStream, short) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
writeSwappedUnsignedInteger(byte[], int, long) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
writeSwappedUnsignedInteger(OutputStream, long) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
writeSwappedUnsignedShort(byte[], int, int) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 
writeSwappedUnsignedShort(OutputStream, int) - Static method in class org.codehaus.spice.salt.io.EndianUtil
 

A C D E F G I J M N O P R S T W

Copyright © 1999-2012 Codehaus. All Rights Reserved.