TPTP 4.2.0 Platform Project
Internal API Specification

Package org.eclipse.hyades.probekit.internal

Class Summary
Compiler This is the default implementation of IProbeCompiler.
Compiler.ProbeDetails Holds the computed details about a probe, like its unique name, the signatures of the fragment functions, and convenience flags and attributes.
JarReader This class implements a "jar xf" command - you can extract the contents of a jar file to a directory on your system using this class.
JarWriter This class implements a "jar cf" command - you can create a jar file from files and directories on your system using this class.
 

Exception Summary
JarReader.EntryStartsWithDotDotException Exception thrown when an entry starts with ".."
JarReader.FailedToCreateDirectoryOrFile Exception thrown when a file or directory create operation fails.
JarReader.MissingTargetDirectoryException Exception thrown when the target directory argument to extractAll doesn't exist.
 


TPTP 4.2.0 Platform Project
Internal API Specification