- AbstractDiffHandler - Class in org.osjava.jardiff
-
An abstract implementation of DiffHandler which provides utility methods.
- AbstractDiffHandler() - Constructor for class org.osjava.jardiff.AbstractDiffHandler
-
- AbstractInfo - Class in org.osjava.jardiff
-
An abstract class representing information about a class, method or field.
- AbstractInfo(int, String) - Constructor for class org.osjava.jardiff.AbstractInfo
-
Construct a new AbstractInfo with the specified access and name.
- access - Variable in class org.osjava.jardiff.AbstractInfo
-
The access flags for this class, method or field.
- access - Variable in class org.osjava.jardiff.ClassInfoVisitor
-
The access flags for the class.
- ACCESS_PACKAGE - Variable in class org.osjava.jardiff.AbstractInfo
-
The string used to represent a class, method or field with package
private access.
- ACCESS_PRIVATE - Variable in class org.osjava.jardiff.AbstractInfo
-
The string used to represent a class, method or field with private
access.
- ACCESS_PROTECTED - Variable in class org.osjava.jardiff.AbstractInfo
-
The string used to represent a class, method or field with protected
access.
- ACCESS_PUBLIC - Variable in class org.osjava.jardiff.AbstractInfo
-
The string used to represent a class, method or field with public
access.
- addAccessFlags(AbstractInfo) - Method in class org.osjava.jardiff.DOMDiffHandler
-
Add attributes describing some access flags.
- addAccessFlags(AbstractInfo) - Method in class org.osjava.jardiff.StreamDiffHandler
-
Add attributes describing some access flags.
- addAttribute(JDXSLTProcess.Factory.Attribute) - Method in class org.osjava.jardiff.ant.JDXSLTProcess.Factory
-
Create an instance of a factory attribute.
- addConfiguredXMLCatalog(XMLCatalog) - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Add the catalog to our internal catalog
- addMapper(Mapper) - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Defines the mapper to map source to destination files.
- addMethodNodes(String) - Method in class org.osjava.jardiff.DOMDiffHandler
-
Add the method nodes for the method descriptor.
- addMethodNodes(String) - Method in class org.osjava.jardiff.StreamDiffHandler
-
Add the method nodes for the method descriptor.
- addParam(String, String) - Method in class org.osjava.jardiff.ant.JDTraXLiaison
-
- addTypeNode(String) - Method in class org.osjava.jardiff.DOMDiffHandler
-
Add a type node for the specified descriptor.
- addTypeNode(Type) - Method in class org.osjava.jardiff.DOMDiffHandler
-
Add a type node for the specified type.
- addTypeNode(String) - Method in class org.osjava.jardiff.StreamDiffHandler
-
Add a type node for the specified descriptor.
- addTypeNode(Type) - Method in class org.osjava.jardiff.StreamDiffHandler
-
Add a type node for the specified type.
- Attribute() - Constructor for class org.osjava.jardiff.ant.JDXSLTProcess.Factory.Attribute
-
- attributes - Variable in class org.osjava.jardiff.ant.JDTraXLiaison
-
factory attributes
- attributes - Variable in class org.osjava.jardiff.ant.JDXSLTProcess.Factory
-
the list of factory attributes to use for TraXLiaison
- classAdded(ClassInfo) - Method in interface org.osjava.jardiff.DiffHandler
-
Notification that a class was added.
- classAdded(ClassInfo) - Method in class org.osjava.jardiff.DOMDiffHandler
-
Write out the class info for an added class.
- classAdded(ClassInfo) - Method in class org.osjava.jardiff.StreamDiffHandler
-
Write out the class info for an added class.
- classChanged(ClassInfo, ClassInfo) - Method in interface org.osjava.jardiff.DiffHandler
-
The current class has changed.
- classChanged(ClassInfo, ClassInfo) - Method in class org.osjava.jardiff.DOMDiffHandler
-
Write out info aboout a changed class.
- classChanged(ClassInfo, ClassInfo) - Method in class org.osjava.jardiff.StreamDiffHandler
-
Write out info aboout a changed class.
- ClassInfo - Class in org.osjava.jardiff
-
Information about a class file.
- ClassInfo(int, int, String, String, String, String[], Map, Map) - Constructor for class org.osjava.jardiff.ClassInfo
-
Create a new classinfo.
- ClassInfoVisitor - Class in org.osjava.jardiff
-
A reusable class which uses the ASM to build up ClassInfo about a
java class file.
- ClassInfoVisitor() - Constructor for class org.osjava.jardiff.ClassInfoVisitor
-
- classpath - Variable in class org.osjava.jardiff.ant.JDXSLTProcess
-
Classpath to use when trying to load the XSL processor
- classRemoved(ClassInfo) - Method in interface org.osjava.jardiff.DiffHandler
-
Notification that a class was removed.
- classRemoved(ClassInfo) - Method in class org.osjava.jardiff.DOMDiffHandler
-
Write out class info for a removed class.
- classRemoved(ClassInfo) - Method in class org.osjava.jardiff.StreamDiffHandler
-
Write out class info for a removed class.
- configure(XSLTProcess) - Method in class org.osjava.jardiff.ant.JDTraXLiaison
-
Specific configuration for the TRaX liaison.
- configure(JDXSLTProcess) - Method in class org.osjava.jardiff.ant.JDTraXLiaison
-
Specific configuration for the TRaX liaison.
- configure(JDXSLTProcess) - Method in interface org.osjava.jardiff.ant.JDXSLTLiaison3
-
Configure the liaison from the XSLTProcess task.
- configureLiaison(Object) - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Loads the stylesheet and set xsl:param parameters.
- contains(ClassInfo) - Method in interface org.osjava.jardiff.DiffHandler
-
Add a contained class.
- contains(ClassInfo) - Method in class org.osjava.jardiff.DOMDiffHandler
-
Add a contained class.
- contains(ClassInfo) - Method in class org.osjava.jardiff.StreamDiffHandler
-
Add a contained class.
- createClasspath() - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Set the optional classpath to the XSL processor
- createDynamicElement(String) - Method in class org.osjava.jardiff.ant.JDXSLTProcess.Factory.Attribute
-
- createFactory() - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Create the factory element to configure a trax liaison.
- createOutputProperty() - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Create an instance of an output property to be configured.
- createParam() - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Create an instance of an XSL parameter for configuration by Ant.
- createTransformer() - Method in class org.osjava.jardiff.ant.JDTraXLiaison
-
Create a new transformer based on the liaison settings
- currentNode - Variable in class org.osjava.jardiff.DOMDiffHandler
-
The current Node.
- depClassInfo - Variable in class org.osjava.jardiff.JarDiff
-
A map containing information about classes which are dependencies.
- depLoader - Variable in class org.osjava.jardiff.JarDiff
-
A class loader used for loading dependency classes.
- deps - Variable in class org.osjava.jardiff.JarDiff
-
An array of dependencies which are jar files, or urls.
- desc - Variable in class org.osjava.jardiff.FieldInfo
-
The field descriptor for this field.
- desc - Variable in class org.osjava.jardiff.MethodInfo
-
The method descriptor.
- destDir - Variable in class org.osjava.jardiff.ant.JDXSLTProcess
-
destination directory
- diff(DiffHandler, DiffCriteria) - Method in class org.osjava.jardiff.JarDiff
-
Perform a diff sending the output to the specified handler, using
the specified criteria to select diffs.
- DiffCriteria - Interface in org.osjava.jardiff
-
An interface for choosing which API differences are interesting.
- differs(ClassInfo, ClassInfo) - Method in interface org.osjava.jardiff.DiffCriteria
-
Check if the differences between the class described by infoA and
the class described by infoB are interesting.
- differs(MethodInfo, MethodInfo) - Method in interface org.osjava.jardiff.DiffCriteria
-
Check if the differences between the method described by infoA and
the method described by infoB are interesting.
- differs(FieldInfo, FieldInfo) - Method in interface org.osjava.jardiff.DiffCriteria
-
Check if the differences between the field described by infoA and the
field described by infoB are interesting.
- differs(ClassInfo, ClassInfo) - Method in class org.osjava.jardiff.SimpleDiffCriteria
-
Check if there is a change between two versions of a class.
- differs(MethodInfo, MethodInfo) - Method in class org.osjava.jardiff.SimpleDiffCriteria
-
Check if there is a change between two versions of a method.
- differs(FieldInfo, FieldInfo) - Method in class org.osjava.jardiff.SimpleDiffCriteria
-
Check if there is a change between two versions of a field.
- DiffException - Exception in org.osjava.jardiff
-
A wrapper exception classes for various exceptions that can happen
whilst performing a diff.
- DiffException(Exception) - Constructor for exception org.osjava.jardiff.DiffException
-
Create a new DiffException wrapping another exception.
- DiffHandler - Interface in org.osjava.jardiff
-
An interface for classes which wish to receive information about
differences in class files between two different jar file version to
implement.
- doc - Variable in class org.osjava.jardiff.DOMDiffHandler
-
The document object we're building
- DOMDiffHandler - Class in org.osjava.jardiff
-
A specific type of DiffHandler which uses DOM to create an XML document
describing the changes in the diff.
- DOMDiffHandler() - Constructor for class org.osjava.jardiff.DOMDiffHandler
-
Create a new DOMDiffHandler which writes to System.out
- DOMDiffHandler(Transformer, Result) - Constructor for class org.osjava.jardiff.DOMDiffHandler
-
Create a new DOMDiffHandler with the specified Transformer and Result.
- factory - Variable in class org.osjava.jardiff.ant.JDXSLTProcess
-
factory element for TraX processors only
- Factory() - Constructor for class org.osjava.jardiff.ant.JDXSLTProcess.Factory
-
- factoryName - Variable in class org.osjava.jardiff.ant.JDTraXLiaison
-
the name of the factory implementation class to use
or null for default JAXP lookup.
- fatalError(TransformerException) - Method in class org.osjava.jardiff.ant.JDTraXLiaison
-
- fieldAdded(FieldInfo) - Method in interface org.osjava.jardiff.DiffHandler
-
The field was added for the current class that has changed.
- fieldAdded(FieldInfo) - Method in class org.osjava.jardiff.DOMDiffHandler
-
Write out info about an added field.
- fieldAdded(FieldInfo) - Method in class org.osjava.jardiff.StreamDiffHandler
-
Write out info about an added field.
- fieldChanged(FieldInfo, FieldInfo) - Method in interface org.osjava.jardiff.DiffHandler
-
A field on the current class has changed.
- fieldChanged(FieldInfo, FieldInfo) - Method in class org.osjava.jardiff.DOMDiffHandler
-
Write out info aboout a changed field.
- fieldChanged(FieldInfo, FieldInfo) - Method in class org.osjava.jardiff.StreamDiffHandler
-
Write out info aboout a changed field.
- FieldInfo - Class in org.osjava.jardiff
-
Information about a field of a class.
- FieldInfo(int, String, String, String, Object) - Constructor for class org.osjava.jardiff.FieldInfo
-
Create a new FieldInfo
- fieldMap - Variable in class org.osjava.jardiff.ClassInfo
-
A map of field signature to FieldInfo, for the fields provided by
this class.
- fieldMap - Variable in class org.osjava.jardiff.ClassInfoVisitor
-
A map of field signature to a FieldInfo describing the field.
- fieldRemoved(FieldInfo) - Method in interface org.osjava.jardiff.DiffHandler
-
The field was removed for the current class that has changed.
- fieldRemoved(FieldInfo) - Method in class org.osjava.jardiff.DOMDiffHandler
-
Write out info about a removed field.
- fieldRemoved(FieldInfo) - Method in class org.osjava.jardiff.StreamDiffHandler
-
Write out info about a removed field.
- fileUtils - Variable in class org.osjava.jardiff.ant.JDXSLTProcess
-
Utilities used for file operations
- force - Variable in class org.osjava.jardiff.ant.JarDiffTask
-
Force output, even if the existing output is newer than
the jar files.
- force - Variable in class org.osjava.jardiff.ant.JDXSLTProcess
-
force output of target files even if they already exist
- FORMATS - Static variable in class org.osjava.jardiff.Main
-
Define set of valid formats.
- fromJar - Variable in class org.osjava.jardiff.ant.JarDiffTask
-
The jarfile this diff is from.
- fromName - Variable in class org.osjava.jardiff.ant.JarDiffTask
-
The name to use for the from version.
- getAccess() - Method in class org.osjava.jardiff.AbstractInfo
-
Get the access flags for this class, method or field.
- getAccessType() - Method in class org.osjava.jardiff.AbstractInfo
-
Retrivie the access level for this class, method or field.
- getAttributes() - Method in class org.osjava.jardiff.ant.JDXSLTProcess.Factory
-
return the attribute elements.
- getClassInfo() - Method in class org.osjava.jardiff.ClassInfoVisitor
-
The the classInfo this ClassInfoVisitor has built up about a class
- getClassName(String) - Method in class org.osjava.jardiff.AbstractDiffHandler
-
Get the java classname given the internal class name internalName.
- getClassName(String) - Static method in class org.osjava.jardiff.Tools
-
Get the java class name given an internal class name.
- getDependencies() - Method in class org.osjava.jardiff.JarDiff
-
Get the dependencies.
- getDesc() - Method in class org.osjava.jardiff.FieldInfo
-
Get the descriptor for this FieldInfo.
- getDesc() - Method in class org.osjava.jardiff.MethodInfo
-
Get the descriptor for the method.
- getExceptions() - Method in class org.osjava.jardiff.MethodInfo
-
Get the array of exceptions which can be thrown by the method.
- getExpression() - Method in class org.osjava.jardiff.ant.JDXSLTProcess.Param
-
Get the parameter's value
- getFactory() - Method in class org.osjava.jardiff.ant.JDTraXLiaison
-
return the Transformer factory associated to this liaison.
- getFactory() - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Get the factory instance configured for this processor
- getFieldMap() - Method in class org.osjava.jardiff.ClassInfo
-
Get the map of field signatures to fields.
- getInterfaces() - Method in class org.osjava.jardiff.ClassInfo
-
Get the internal names of the interfaces implemented by this class
- getLiaison() - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Get the Liason implementation to use in processing.
- getMethodMap() - Method in class org.osjava.jardiff.ClassInfo
-
Get the map of method signatures to methods.
- getName() - Method in class org.osjava.jardiff.AbstractInfo
-
Get the internal name of this class, method or field.
- getName() - Method in class org.osjava.jardiff.ant.JDXSLTProcess.Factory.Attribute
-
- getName() - Method in class org.osjava.jardiff.ant.JDXSLTProcess.Factory
-
- getName() - Method in class org.osjava.jardiff.ant.JDXSLTProcess.OutputProperty
-
- getName() - Method in class org.osjava.jardiff.ant.JDXSLTProcess.Param
-
Get the parameter name
- getNewVersion() - Method in class org.osjava.jardiff.JarDiff
-
Get the name of the new version.
- getOldVersion() - Method in class org.osjava.jardiff.JarDiff
-
Get the name of the old version.
- getOutputProperties() - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
- getSignature() - Method in class org.osjava.jardiff.ClassInfo
-
Get the class signature.
- getSignature() - Method in class org.osjava.jardiff.FieldInfo
-
Get the signature for this fieldinfo.
- getSignature() - Method in class org.osjava.jardiff.MethodInfo
-
Get the signature for the method.
- getSource(InputStream, File) - Method in class org.osjava.jardiff.ant.JDTraXLiaison
-
Get the source instance from the stream and id of the file.
- getSource(InputStream, String) - Method in class org.osjava.jardiff.ant.JDTraXLiaison
-
- getSupername() - Method in class org.osjava.jardiff.ClassInfo
-
Get the internal name of the superclass.
- getSystemId(File) - Method in class org.osjava.jardiff.ant.JDTraXLiaison
-
- getValue() - Method in class org.osjava.jardiff.ant.JDXSLTProcess.Factory.Attribute
-
- getValue() - Method in class org.osjava.jardiff.ant.JDXSLTProcess.OutputProperty
-
- getValue() - Method in class org.osjava.jardiff.FieldInfo
-
Get the initial value for this fieldinfo
- getVersion() - Method in class org.osjava.jardiff.ClassInfo
-
Get the class file version.
- getXMLCatalog() - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Get the XML catalog containing entity definitions
- ifProperty - Variable in class org.osjava.jardiff.ant.JDXSLTProcess.Param
-
- inFile - Variable in class org.osjava.jardiff.ant.JDXSLTProcess
-
Input XML document to be used
- infoVisitor - Variable in class org.osjava.jardiff.JarDiff
-
Class info visitor, used to load information about classes.
- init() - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Initialize internal instance of XMLCatalog
- interfaces - Variable in class org.osjava.jardiff.ClassInfo
-
An array of names of internal classnames of interfaces implmented
by the class.
- interfaces - Variable in class org.osjava.jardiff.ClassInfoVisitor
-
An array of internal names of interfaces implemented by this class.
- isAbstract() - Method in class org.osjava.jardiff.AbstractInfo
-
Test if this class, method or field is abstract.
- isAnnotation() - Method in class org.osjava.jardiff.AbstractInfo
-
Test if this class, method or field is annotation
- isBridge() - Method in class org.osjava.jardiff.AbstractInfo
-
Test if this class, method or field is a bridge
- isDeprecated() - Method in class org.osjava.jardiff.AbstractInfo
-
Test if this class, method or field is deprecated.
- isEnum() - Method in class org.osjava.jardiff.AbstractInfo
-
Test if this class, method or field is an enum.
- isFinal() - Method in class org.osjava.jardiff.AbstractInfo
-
Test if this class, method or field is final.
- isInterface() - Method in class org.osjava.jardiff.AbstractInfo
-
Test if this class, method or field is an interface.
- isNative() - Method in class org.osjava.jardiff.AbstractInfo
-
Test if this class, method or field is native.
- isPackagePrivate() - Method in class org.osjava.jardiff.AbstractInfo
-
Test if this class, method or field is package private.
- isPrivate() - Method in class org.osjava.jardiff.AbstractInfo
-
Test if this class, method or field is private.
- isProtected() - Method in class org.osjava.jardiff.AbstractInfo
-
Test if this class, method or field is protected.
- isPublic() - Method in class org.osjava.jardiff.AbstractInfo
-
Test if this class, method or field is public.
- isStatic() - Method in class org.osjava.jardiff.AbstractInfo
-
Test if this class, method or field is static.
- isStrict() - Method in class org.osjava.jardiff.AbstractInfo
-
Test if this class, method or field is string.
- isSuper() - Method in class org.osjava.jardiff.AbstractInfo
-
Test if this class, method or field is super.
- isSynchronized() - Method in class org.osjava.jardiff.AbstractInfo
-
Test if this class, method or field is synchronized.
- isSynthetic() - Method in class org.osjava.jardiff.AbstractInfo
-
Test if this class, method or field is synthetic.
- isTransient() - Method in class org.osjava.jardiff.AbstractInfo
-
Test if this class or field is transient.
- isVarargs() - Method in class org.osjava.jardiff.AbstractInfo
-
Test if this method is varargs.
- isVolatile() - Method in class org.osjava.jardiff.AbstractInfo
-
Test if this class, method or field is volatile.
- Main - Class in org.osjava.jardiff
-
A static entry point for use from the command line.
- Main() - Constructor for class org.osjava.jardiff.Main
-
Private constructor to prevent this class being instantiated.
- main(String[]) - Static method in class org.osjava.jardiff.Main
-
Main method to allow this to be run from the command line.
- mapFileName(String) - Method in class org.osjava.jardiff.ant.JDXSLTProcess.StyleMapper
-
- mapperElement - Variable in class org.osjava.jardiff.ant.JDXSLTProcess
-
Mapper to use when a set of files gets processed.
- methodAdded(MethodInfo) - Method in interface org.osjava.jardiff.DiffHandler
-
The method was added for the current class that has changed.
- methodAdded(MethodInfo) - Method in class org.osjava.jardiff.DOMDiffHandler
-
Write out info about a added method.
- methodAdded(MethodInfo) - Method in class org.osjava.jardiff.StreamDiffHandler
-
Write out info about a added method.
- methodChanged(MethodInfo, MethodInfo) - Method in interface org.osjava.jardiff.DiffHandler
-
A method on the current class has changed.
- methodChanged(MethodInfo, MethodInfo) - Method in class org.osjava.jardiff.DOMDiffHandler
-
Write out info aboout a changed method.
- methodChanged(MethodInfo, MethodInfo) - Method in class org.osjava.jardiff.StreamDiffHandler
-
Write out info aboout a changed method.
- MethodInfo - Class in org.osjava.jardiff
-
A class to hold information about a method.
- MethodInfo(int, String, String, String, String[]) - Constructor for class org.osjava.jardiff.MethodInfo
-
Create a new MethodInfo with the specified parameters.
- methodMap - Variable in class org.osjava.jardiff.ClassInfo
-
A map of method signature to MethodInfo, for the methods provided
by this class.
- methodMap - Variable in class org.osjava.jardiff.ClassInfoVisitor
-
A map of method signature to a MethodInfo describing the method.
- methodRemoved(MethodInfo) - Method in interface org.osjava.jardiff.DiffHandler
-
The method was removed for the current class that has changed.
- methodRemoved(MethodInfo) - Method in class org.osjava.jardiff.DOMDiffHandler
-
Write out info about a removed method.
- methodRemoved(MethodInfo) - Method in class org.osjava.jardiff.StreamDiffHandler
-
Write out info about a removed method.
- setAttribute(String, Object) - Method in class org.osjava.jardiff.ant.JDTraXLiaison
-
Set a custom attribute for the JAXP factory implementation.
- setBasedir(File) - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Set the base directory;
optional, default is the project's basedir.
- setClasspath(Path) - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Set the optional classpath to the XSL processor
- setClasspathRef(Reference) - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Set the reference to an optional classpath to the XSL processor
- setDependencies(URL[]) - Method in class org.osjava.jardiff.JarDiff
-
Set the dependencies.
- setDestdir(File) - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Set the destination directory into which the XSL result
files should be copied to;
required, unless in and out are
specified.
- setDynamicAttribute(String, String) - Method in class org.osjava.jardiff.ant.JDXSLTProcess.Factory.Attribute
-
- setEntityResolver(EntityResolver) - Method in class org.osjava.jardiff.ant.JDTraXLiaison
-
Set the class to resolve entities during the transformation
- setExpression(String) - Method in class org.osjava.jardiff.ant.JDXSLTProcess.Param
-
The parameter value
NOTE : was intended to be an XSL expression.
- setExtension(String) - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Set the desired file extension to be used for the target;
optional, default is html.
- setFactory(String) - Method in class org.osjava.jardiff.ant.JDTraXLiaison
-
Set the factory name to use instead of JAXP default lookup.
- setForce(boolean) - Method in class org.osjava.jardiff.ant.JarDiffTask
-
Force output even if there is an existing diff file which is
newer than the source jar files.
- setForce(boolean) - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Set whether to check dependencies, or always generate;
optional, default is false.
- setFrom(String) - Method in class org.osjava.jardiff.ant.JDXSLTProcess.StyleMapper
-
- setFromjar(File) - Method in class org.osjava.jardiff.ant.JarDiffTask
-
Set the from jar file.
- setFromname(String) - Method in class org.osjava.jardiff.ant.JarDiffTask
-
Set the from jar visible name.
- setIf(String) - Method in class org.osjava.jardiff.ant.JDXSLTProcess.Param
-
Set whether this param should be used.
- setIn(File) - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
specifies a single XML document to be styled.
- setLogger(XSLTLogger) - Method in class org.osjava.jardiff.ant.JDTraXLiaison
-
- setName(String) - Method in class org.osjava.jardiff.ant.JDXSLTProcess.Factory
-
Set the name of the factory
- setName(String) - Method in class org.osjava.jardiff.ant.JDXSLTProcess.OutputProperty
-
set the name for this property
- setName(String) - Method in class org.osjava.jardiff.ant.JDXSLTProcess.Param
-
Set the parameter name.
- setNewVersion(String) - Method in class org.osjava.jardiff.JarDiff
-
Set the name of the new version.
- setOldVersion(String) - Method in class org.osjava.jardiff.JarDiff
-
Set the name of the old version.
- setOut(File) - Method in class org.osjava.jardiff.ant.JarDiffTask
-
Set the out file.
- setOut(File) - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Specifies the output name for the styled result from the
in attribute; required if in is set
- setOutputProperty(String, String) - Method in class org.osjava.jardiff.ant.JDTraXLiaison
-
Set the output property for the current transformer.
- setProcessor(String) - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Set the name of the XSL processor to use; optional, default trax.
- setProject(Project) - Method in class org.osjava.jardiff.ant.JDXSLTProcess.Param
-
Set the current project
- setReloadStylesheet(boolean) - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Controls whether the stylesheet is reloaded for every transform.
- setScanIncludedDirectories(boolean) - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Whether to style all files in the included directories as well;
optional, default is true.
- setStyle(String) - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Name of the stylesheet to use - given either relative
to the project's basedir or as an absolute path; required.
- setStylesheet(String) - Method in class org.osjava.jardiff.ant.JDTraXLiaison
-
- setStylesheet(File) - Method in class org.osjava.jardiff.ant.JDTraXLiaison
-
- setStylesheet(String) - Method in interface org.osjava.jardiff.ant.JDXSLTLiaison3
-
Set the stylesheet to use for the transformation.
- setStyleurl(String) - Method in class org.osjava.jardiff.ant.JDXSLTProcess
-
Set the stylesheet url.
- setTo(String) - Method in class org.osjava.jardiff.ant.JDXSLTProcess.StyleMapper
-
- setTojar(File) - Method in class org.osjava.jardiff.ant.JarDiffTask
-
Set the to jar file.
- setToname(String) - Method in class org.osjava.jardiff.ant.JarDiffTask
-
Set the to jar visible name.
- setUnless(String) - Method in class org.osjava.jardiff.ant.JDXSLTProcess.Param
-
Set whether this param should NOT be used.
- setURIResolver(URIResolver) - Method in class org.osjava.jardiff.ant.JDTraXLiaison
-
Set the class to resolve URIs during the transformation
- setValue(String) - Method in class org.osjava.jardiff.ant.JDXSLTProcess.OutputProperty
-
set the value for this property
- shouldUse() - Method in class org.osjava.jardiff.ant.JDXSLTProcess.Param
-
Ensures that the param passes the conditions placed
on it with if
and unless
properties.
- showHelp(Options, String) - Static method in class org.osjava.jardiff.Main
-
Utility function for showing help using commons-cli.
- signature - Variable in class org.osjava.jardiff.ClassInfo
-
The class signature.
- signature - Variable in class org.osjava.jardiff.ClassInfoVisitor
-
The signature of the class
- signature - Variable in class org.osjava.jardiff.FieldInfo
-
The signature for this field.
- signature - Variable in class org.osjava.jardiff.MethodInfo
-
The signature of the method.
- SimpleDiffCriteria - Class in org.osjava.jardiff
-
A specific type of DiffCriteria which is only true for classes, methods
and fields which are not synthetic, and are public or protected.
- SimpleDiffCriteria() - Constructor for class org.osjava.jardiff.SimpleDiffCriteria
-
- startAdded() - Method in interface org.osjava.jardiff.DiffHandler
-
Start of list of added classes.
- startAdded() - Method in class org.osjava.jardiff.DOMDiffHandler
-
Start the added section.
- startAdded() - Method in class org.osjava.jardiff.StreamDiffHandler
-
Start the added section.
- startChanged() - Method in interface org.osjava.jardiff.DiffHandler
-
Start list of changed classes.
- startChanged() - Method in class org.osjava.jardiff.DOMDiffHandler
-
Start the changed section.
- startChanged() - Method in class org.osjava.jardiff.StreamDiffHandler
-
Start the changed section.
- startClassChanged(String) - Method in interface org.osjava.jardiff.DiffHandler
-
Start information about class changes for the classname passed.
- startClassChanged(String) - Method in class org.osjava.jardiff.DOMDiffHandler
-
Start a changed section for an individual class.
- startClassChanged(String) - Method in class org.osjava.jardiff.StreamDiffHandler
-
Start a changed section for an individual class.
- startDiff(String, String) - Method in interface org.osjava.jardiff.DiffHandler
-
Start a diff between two versions, where string a is the old version
and string b is the new version.
- startDiff(String, String) - Method in class org.osjava.jardiff.DOMDiffHandler
-
Start the diff.
- startDiff(String, String) - Method in class org.osjava.jardiff.StreamDiffHandler
-
Start the diff.
- startNewContents() - Method in interface org.osjava.jardiff.DiffHandler
-
Start the list of new contents.
- startNewContents() - Method in class org.osjava.jardiff.DOMDiffHandler
-
Start the list of old contents.
- startNewContents() - Method in class org.osjava.jardiff.StreamDiffHandler
-
Start the list of old contents.
- startOldContents() - Method in interface org.osjava.jardiff.DiffHandler
-
Start the list of old contents.
- startOldContents() - Method in class org.osjava.jardiff.DOMDiffHandler
-
Start the list of old contents.
- startOldContents() - Method in class org.osjava.jardiff.StreamDiffHandler
-
Start the list of old contents.
- startRemoved() - Method in interface org.osjava.jardiff.DiffHandler
-
Start the list of removed classes.
- startRemoved() - Method in class org.osjava.jardiff.DOMDiffHandler
-
Start the removed node.
- startRemoved() - Method in class org.osjava.jardiff.StreamDiffHandler
-
Start the removed node.
- StreamDiffHandler - Class in org.osjava.jardiff
-
A specific type of DiffHandler which uses an OutputStream to create an
XML document describing the changes in the diff.
- StreamDiffHandler() - Constructor for class org.osjava.jardiff.StreamDiffHandler
-
Create a new StreamDiffHandler which writes to System.out
- StreamDiffHandler(OutputStream) - Constructor for class org.osjava.jardiff.StreamDiffHandler
-
Create a new StreamDiffHandler with the specified OutputStream.
- StyleMapper() - Constructor for class org.osjava.jardiff.ant.JDXSLTProcess.StyleMapper
-
- stylesheet - Variable in class org.osjava.jardiff.ant.JDTraXLiaison
-
stylesheet to use for transformation
- stylesheetLoaded - Variable in class org.osjava.jardiff.ant.JDXSLTProcess
-
Flag which indicates if the stylesheet has been loaded into
the processor
- styleurl - Variable in class org.osjava.jardiff.ant.JDXSLTProcess
-
Systemid of stylesheet (url).
- supername - Variable in class org.osjava.jardiff.ClassInfo
-
The internal classname of the superclass.
- supername - Variable in class org.osjava.jardiff.ClassInfoVisitor
-
The internal name of the superclass.
- systemid - Variable in class org.osjava.jardiff.ant.JDTraXLiaison
-
The systemid of the stylesheet (a URL).