A C D E F G I L O P R S T V X

A

addFile(String) - Static method in class org.sf.jlaunchpad.util.ClassPathHacker
 
addFile(File) - Static method in class org.sf.jlaunchpad.util.ClassPathHacker
 
addResource(String, String) - Static method in class org.sf.jlaunchpad.util.ClassPathHacker
 
addURL(URL) - Static method in class org.sf.jlaunchpad.util.ClassPathHacker
 
addURL(Class<?>) - Static method in class org.sf.jlaunchpad.util.TestUtils
 

C

calculate(File) - Method in class org.sf.jlaunchpad.util.ChecksumCalculator
 
calculateForDir(File) - Method in class org.sf.jlaunchpad.util.ChecksumCalculator
 
calculateForFile(File) - Method in class org.sf.jlaunchpad.util.ChecksumCalculator
 
calculateJavaSpecificationVersion(int) - Method in class org.sf.jlaunchpad.util.CommonUtil
1.1: 00 2D (= 45) 1.2: 00 2E (= 46) 1.3: 00 2F (= 47) 1.4: 00 30 (= 48) 1.5: 00 31 (= 49) 1.6: 00 32 (= 50)
Checksum - Class in org.sf.jlaunchpad.util
Used to create or verify file checksums.
Checksum() - Constructor for class org.sf.jlaunchpad.util.Checksum
 
ChecksumCalculator - Class in org.sf.jlaunchpad.util
 
ChecksumCalculator() - Constructor for class org.sf.jlaunchpad.util.ChecksumCalculator
 
ClassPathHacker - Class in org.sf.jlaunchpad.util
 
ClassPathHacker() - Constructor for class org.sf.jlaunchpad.util.ClassPathHacker
 
clear() - Method in class org.sf.jlaunchpad.util.Console
 
close(Writer) - Static method in class org.sf.jlaunchpad.util.Checksum
Close a Writer without throwing any exception if something went wrong.
close(Reader) - Static method in class org.sf.jlaunchpad.util.Checksum
Close a stream without throwing any exception if something went wrong.
close(OutputStream) - Static method in class org.sf.jlaunchpad.util.Checksum
 
close(InputStream) - Static method in class org.sf.jlaunchpad.util.Checksum
Close a stream without throwing any exception if something went wrong.
CommonUtil - Class in org.sf.jlaunchpad.util
This is the class for holding common utilities.
CommonUtil() - Constructor for class org.sf.jlaunchpad.util.CommonUtil
 
Console - Class in org.sf.jlaunchpad.util
This class represents console control.
Console() - Constructor for class org.sf.jlaunchpad.util.Console
 
copy(InputStream, OutputStream) - Static method in class org.sf.jlaunchpad.util.FileUtil
 
copyFile(String, OutputStream) - Static method in class org.sf.jlaunchpad.util.FileUtil
 
copyFile(InputStream, String) - Static method in class org.sf.jlaunchpad.util.FileUtil
 
copyToFile(InputStream, File) - Static method in class org.sf.jlaunchpad.util.FileUtil
Copies the stream to the temporary file.
copyToTempFile(InputStream, String, String) - Static method in class org.sf.jlaunchpad.util.FileUtil
Copies the stream to the temporary file.

D

decodeHex(char[]) - Static method in class org.sf.jlaunchpad.util.Checksum
Converts an array of characters representing hexadecimal values into an array of bytes of those same values.
deserialize(byte[]) - Static method in class org.sf.jlaunchpad.util.SerializableUtil
Deserializes the object.
document - Variable in class org.sf.jlaunchpad.xml.XmlHelper
 

E

enableSystemExitCall() - Method in class org.sf.jlaunchpad.util.ExitProtector
 
execute() - Method in class org.sf.jlaunchpad.util.Checksum
Calculate the checksum(s).
ExitProtector - Class in org.sf.jlaunchpad.util
 
ExitProtector() - Constructor for class org.sf.jlaunchpad.util.ExitProtector
 
ExitTrappedException - Exception in org.sf.jlaunchpad.util
 
ExitTrappedException() - Constructor for exception org.sf.jlaunchpad.util.ExitTrappedException
 

F

FileUtil - Class in org.sf.jlaunchpad.util
This is the class for holding file utilities.
FileUtil() - Constructor for class org.sf.jlaunchpad.util.FileUtil
 
forbidSystemExitCall() - Method in class org.sf.jlaunchpad.util.ExitProtector
 
FormatElement - Class in org.sf.jlaunchpad.util
Helper class for the format attribute.
FormatElement() - Constructor for class org.sf.jlaunchpad.util.FormatElement
Constructor for FormatElement

G

getCompilerJar() - Static method in class org.sf.jlaunchpad.util.CommonUtil
Gets the compiler jar file.
getComponent() - Method in class org.sf.jlaunchpad.util.Console
 
getDefault() - Static method in class org.sf.jlaunchpad.util.FormatElement
Get the default value - CHECKSUM.
getElementByName(String) - Method in class org.sf.jlaunchpad.xml.XmlHelper
 
getElementByName(Element, String) - Method in class org.sf.jlaunchpad.xml.XmlHelper
 
getElementByPath(Element, String[]) - Method in class org.sf.jlaunchpad.xml.XmlHelper
 
getExtension(File) - Static method in class org.sf.jlaunchpad.util.FileUtil
Conveinience method that returns the "dot" extension for the given file.
getExtension(String) - Static method in class org.sf.jlaunchpad.util.FileUtil
Conveinience method that returns the "dot" extension for the given file.
getFileFromArchive(String, String, String, String) - Static method in class org.sf.jlaunchpad.util.FileUtil
Gets the Ant project file located inside jar file.
getFormat() - Method in class org.sf.jlaunchpad.util.FormatElement
Convert this enumerated type to a MessageFormat.
getFragment(File) - Method in class org.sf.jlaunchpad.xml.XmlHelper
 
getImageIcon(String) - Static method in class org.sf.jlaunchpad.util.IconProducer
 
getImageIcon(String, Class) - Static method in class org.sf.jlaunchpad.util.IconProducer
 
getJavaSpecificationVersion() - Static method in class org.sf.jlaunchpad.util.CommonUtil
Sets up the java specification version.
getLocalRepository() - Method in class org.sf.jlaunchpad.xml.ProxiesXmlHelper
 
getLocalRepositoryElement() - Method in class org.sf.jlaunchpad.xml.ProxiesXmlHelper
 
getMainMethod(Class) - Static method in class org.sf.jlaunchpad.util.ReflectionUtil
Searches for the "main" method.
getMainMethod(Class, Class[]) - Static method in class org.sf.jlaunchpad.util.ReflectionUtil
Searches for the "main" method.
getMainMethodWithTwoParameters(Class, Class) - Static method in class org.sf.jlaunchpad.util.ReflectionUtil
Searches for the "main" method.
getManifest(String) - Static method in class org.sf.jlaunchpad.util.FileUtil
Gets the manifest object from jar file.
getManifest(JarFile) - Static method in class org.sf.jlaunchpad.util.FileUtil
Gets the manifest object from jar file.
getPrivateField(Object, Class, String) - Static method in class org.sf.jlaunchpad.util.ReflectionUtil
Gets the private filed.
getProxiesElement() - Method in class org.sf.jlaunchpad.xml.ProxiesXmlHelper
 
getStreamAsBytes(InputStream) - Static method in class org.sf.jlaunchpad.util.FileUtil
Converst input stream into the byte array.
getValue() - Method in class org.sf.jlaunchpad.util.FormatElement
 
getValues() - Method in class org.sf.jlaunchpad.util.FormatElement
Get the valid values.

I

IconProducer - Class in org.sf.jlaunchpad.util
 
IconProducer() - Constructor for class org.sf.jlaunchpad.util.IconProducer
 
indexOfValue(String) - Method in class org.sf.jlaunchpad.util.FormatElement
get the index of a value in this enumeration.
invokePrivateMethod(Object, Object[], Class, String, Class[]) - Static method in class org.sf.jlaunchpad.util.ReflectionUtil
Invokes the private method.
isGuiMode() - Static method in class org.sf.jlaunchpad.util.CommonUtil
Checks if the Java is working in AWT or Swing mode.

L

launchClass(Class, String[], String) - Static method in class org.sf.jlaunchpad.util.ReflectionUtil
Tries to launch the class.
launchClass(Method, Object[], String) - Static method in class org.sf.jlaunchpad.util.ReflectionUtil
Tries to launch the class.

O

org.sf.jlaunchpad.util - package org.sf.jlaunchpad.util
 
org.sf.jlaunchpad.xml - package org.sf.jlaunchpad.xml
 

P

printChildren(Element) - Method in class org.sf.jlaunchpad.xml.XmlHelper
 
printThreads() - Static method in class org.sf.jlaunchpad.util.CommonUtil
Prints threads list.
process(Properties) - Method in class org.sf.jlaunchpad.xml.ProxiesXmlHelper
 
ProxiesXmlHelper - Class in org.sf.jlaunchpad.xml
 
ProxiesXmlHelper() - Constructor for class org.sf.jlaunchpad.xml.ProxiesXmlHelper
 

R

read(File) - Method in class org.sf.jlaunchpad.xml.XmlHelper
 
ReflectionUtil - Class in org.sf.jlaunchpad.util
This is the class for holding reflection utilities.
ReflectionUtil() - Constructor for class org.sf.jlaunchpad.util.ReflectionUtil
 

S

save(File) - Method in class org.sf.jlaunchpad.xml.XmlHelper
 
saxBuilder - Variable in class org.sf.jlaunchpad.xml.XmlHelper
 
SerializableUtil - Class in org.sf.jlaunchpad.util
This class contains convenient methods for serializing/deserializing objects.
SerializableUtil() - Constructor for class org.sf.jlaunchpad.util.SerializableUtil
 
serialize(Object) - Static method in class org.sf.jlaunchpad.util.SerializableUtil
Serializes the object.
setAlgorithm(String) - Method in class org.sf.jlaunchpad.util.Checksum
Specifies the algorithm to be used to compute the checksum.
setClass(Class) - Static method in class org.sf.jlaunchpad.util.IconProducer
 
setFile(File) - Method in class org.sf.jlaunchpad.util.Checksum
Sets the file for which the checksum is to be calculated.
setFileext(String) - Method in class org.sf.jlaunchpad.util.Checksum
Sets the file extension that is be to used to create or identify destination file.
setForceOverwrite(boolean) - Method in class org.sf.jlaunchpad.util.Checksum
Whether or not to overwrite existing file irrespective of whether it is newer than the source file.
setFormat(FormatElement) - Method in class org.sf.jlaunchpad.util.Checksum
Select the in/output pattern via a well know format name.
setPattern(String) - Method in class org.sf.jlaunchpad.util.Checksum
Specify the pattern to use as a MessageFormat pattern.
setPrivateField(Object, Class, String, Object) - Static method in class org.sf.jlaunchpad.util.ReflectionUtil
Sets the private filed.
setProperty(String) - Method in class org.sf.jlaunchpad.util.Checksum
Sets the property to hold the generated checksum.
setProvider(String) - Method in class org.sf.jlaunchpad.util.Checksum
Sets the MessageDigest algorithm provider to be used to calculate the checksum.
setReadBufferSize(int) - Method in class org.sf.jlaunchpad.util.Checksum
The size of the read buffer to use.
setTodir(File) - Method in class org.sf.jlaunchpad.util.Checksum
Sets the root directory where checksum files will be written/read
setTotalproperty(String) - Method in class org.sf.jlaunchpad.util.Checksum
Sets the property to hold the generated total checksum for all files.
setValue(String) - Method in class org.sf.jlaunchpad.util.FormatElement
 
setVerifyproperty(String) - Method in class org.sf.jlaunchpad.util.Checksum
Sets the verify property.
StringUtil - Class in org.sf.jlaunchpad.util
This is the class for holding file utilities.
StringUtil() - Constructor for class org.sf.jlaunchpad.util.StringUtil
 
substituteProperties(String, String, String, Map) - Static method in class org.sf.jlaunchpad.util.StringUtil
Substitutes properties with actual values.
substituteProperties(String, String, String, Map, boolean) - Static method in class org.sf.jlaunchpad.util.StringUtil
Substitutes properties with actual values.

T

TestUtils - Class in org.sf.jlaunchpad.util
 
TestUtils() - Constructor for class org.sf.jlaunchpad.util.TestUtils
 

V

value - Variable in class org.sf.jlaunchpad.util.FormatElement
The selected value in this enumeration.

X

XmlHelper - Class in org.sf.jlaunchpad.xml
 
XmlHelper() - Constructor for class org.sf.jlaunchpad.xml.XmlHelper
 

A C D E F G I L O P R S T V X

Copyright © 2007-2008 Dream Programs Inc.. All Rights Reserved.