- AAnalyzableElement - Class in org.pfsw.tools.cda.base.model
-
Common abstract implementation of IAnalyzableElement
- AAnalyzableElement() - Constructor for class org.pfsw.tools.cda.base.model.AAnalyzableElement
-
Initialize the new instance with default values.
- accept(IExplorableElementVisitor) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Implementation of the visitor pattern (GOF) for all derived interfaces
if IExplorableElement.
- accept(IExplorableElementVisitor) - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Implementation of the visitor pattern (GOF) for all derived interfaces
if IExplorableElement.
- accept(IExplorableElementVisitor) - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Implementation of the visitor pattern (GOF) for all derived interfaces
if IExplorableElement.
- accept(IExplorableElementVisitor) - Method in class org.pfsw.tools.cda.base.model.Workset
-
Implementation of the visitor pattern (GOF) for all derived interfaces
if IExplorableElement.
- acceptContainers(IContainersVisitor) - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Implementation of the visitor pattern (GOF).
- acceptNamespaces(INamespacesVisitor) - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Implementation of the visitor pattern (GOF).
- acceptNamespaces(INamespacesVisitor) - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Implementation of the visitor pattern (GOF).
- acceptTypes(ITypesVisitor) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Invokes the visitors callback method for this type.
- acceptTypes(ITypesVisitor) - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Iterates over all contained IType objects and invokes the visitor's
callback method using the types as parameter.
- acceptTypes(ITypesVisitor) - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Iterates (recursivly) over all contained IType
objects and invokes the visitor's callback method using the types as parameter.
- acceptTypes(ITypesVisitor) - Method in class org.pfsw.tools.cda.base.model.Workset
-
Implementation of the visitor pattern (GOF) for all derived interfaces
if IExplorableElement.
- AClassInformationProcessor<TResultData> - Class in org.pfsw.tools.cda.base.model.processing
-
Generic filter for ClassInformation objects.
- AClassInformationProcessor() - Constructor for class org.pfsw.tools.cda.base.model.processing.AClassInformationProcessor
-
Initialize the new instance with default values.
- AClassPackageProcessor - Class in org.pfsw.tools.cda.base.model.processing
-
Generic filter for ClassPackage objects.
- AClassPackageProcessor() - Constructor for class org.pfsw.tools.cda.base.model.processing.AClassPackageProcessor
-
Initialize the new instance with default values.
- add(StringFilter) - Method in class org.pfsw.tools.cda.base.model.util.StringFilterCollection
-
Adds the given filter to the collection of filter patterns,
if it is not yet there
- add(NamedText) - Method in class org.pfsw.tools.cda.base.model.workset.Variables
-
- add(T, int) - Method in class org.pfsw.tools.cda.base.util.PrioritySorter
-
Adds an object with its associated priority.
- addAll(Collection<String>) - Method in class org.pfsw.tools.cda.base.model.util.StringFilterCollection
-
Adds all given string patterns to this filter collection.
- addBeanReference(SpringBeanReference) - Method in class org.pfsw.tools.cda.base.model.spring.SpringBean
-
- addBeans(SpringBean...) - Method in class org.pfsw.tools.cda.base.model.spring.SpringConfigEntity
-
- addClass(ClassInformation) - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Add the given class information to the package.
- addClassContainer(GenericClassContainer) - Method in class org.pfsw.tools.cda.base.model.ClassSpace
-
Add the given container at the end of the current container list
- addClasspathPartDefinition(ClasspathPartDefinition) - Method in class org.pfsw.tools.cda.base.model.Workset
-
Adds the classpath definition to this workset.
- addClasspathPartDefinitions(ClasspathPartDefinition...) - Method in class org.pfsw.tools.cda.base.model.Workset
-
Adds all specified classpath definitions to this workset.
- addComponent(SoftwareComponent) - Method in class org.pfsw.tools.cda.base.model.ComponentModel
-
- addComponent(SoftwareComponent) - Method in interface org.pfsw.tools.cda.base.model.IComponentHolder
-
Add the given component
- addComponent(SoftwareComponent) - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
- addContainerInfo(ContainerInfo) - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
- addContainerInfo(ContainerInfo) - Method in class org.pfsw.tools.cda.base.model.workset.ClasspathMetadata
-
- addDependency(ClassInformationDependency) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Add the given dependency to the internal dependency set.
- addFrom(Map<?, ?>) - Method in class org.pfsw.tools.cda.base.model.workset.Variables
-
Adds all key value pairs from the given map to the variables, if the
key is a String.
- addIgnoreFilter(StringFilter) - Method in class org.pfsw.tools.cda.base.model.Workset
-
Adds the given filter to the filter collection that defines which
classes should be ignored (i.e.
- addInjectedDependency(IInjectedDependency) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Adds the given injection dependency to the list of
injection dependencies if it is not yet in the list.
- addInterface(ClassInformation) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Adds the given class information to the list of directly extended
or implemented interfaces if it is not yet in the list.
- addPackage(ClassPackage) - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
- addPackageIfContainerMatches(ClassPackage) - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
Adds the given package to the components package list if the package
belongs to a container that is defined as part of this component.
- addPackageIfPatternMatches(ClassPackage) - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
Adds the given package to the components package list if the package
name matches any of the component's package name patterns.
- addPackagePattern(String) - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
Adds the given pattern.
- addPackagePatterns(Collection<String>) - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
Adds all patterns from the given collection.
- addPackageToThisOrSubComponentIfPatternMatches(ClassPackage) - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
Adds the given package to this component or one of its sub-components if
any package name pattern matches the name of the given package.
- addPatterns(String...) - Method in class org.pfsw.tools.cda.base.model.util.ZipEntryFileNamePatterns
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.pfsw.tools.cda.base.model.Workset
-
Add a listener that will be informed about important property changes.
- addReferredClass(ClassInformation) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Adds the given class information to the list of referred classes if
it is not yet in the list.
- addReleaseListener(IReleasable) - Method in class org.pfsw.tools.cda.base.model.Workset
-
Add a listener that should be notified when this workset gets released.
- addResource(ResourceInformation) - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
Add the given resource file info to the container if it is not yet
present in the list of resources.
- addSpringConfig(SpringConfigEntity) - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
Adds the given spring configuration information to this container.
- addSubContainer(GenericClassContainer) - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
If the given container is not yet in the list of sub containers it will be
added and its parent container will be set to this container.
- addViewFilter(StringFilter) - Method in class org.pfsw.tools.cda.base.model.Workset
-
Adds the given filter to the view filter collection that defines which
classes should not be shown as dependencies.
- AGenericClassContainerProcessor - Class in org.pfsw.tools.cda.base.model.processing
-
An abstract processor
- AGenericClassContainerProcessor() - Constructor for class org.pfsw.tools.cda.base.model.processing.AGenericClassContainerProcessor
-
- ALL - Static variable in interface org.pfsw.tools.cda.base.model.filter.ClassInformationFilter
-
Standard filter that returns true for all
ClassInformation
objects (but false for null).
- ALL - Static variable in interface org.pfsw.tools.cda.base.model.filter.ResourceInformationFilter
-
- ALL_MATCHING - Static variable in interface org.pfsw.tools.cda.base.model.util.IStringChecker
-
- ALL_SERVICE_PROVIDER_DECLARATIONS - Static variable in interface org.pfsw.tools.cda.base.model.filter.ResourceInformationFilter
-
Standard filter that matches all
ResourceInformation
objects that
are service provider declarations (see java.util.ServiceLoader).
- AModelObject - Class in org.pfsw.tools.cda.base.model
-
Common superclass of all model object classes
- AModelObject() - Constructor for class org.pfsw.tools.cda.base.model.AModelObject
-
Initialize the new instance with default values.
- AnalyzableElementDependency<S extends IAnalyzableElement,T extends IAnalyzableElement> - Class in org.pfsw.tools.cda.base.model
-
Represents the dependency of one IAnalyzableElement (source) to another
IAnalyzableElement (target).
- AnalyzableElementDependency() - Constructor for class org.pfsw.tools.cda.base.model.AnalyzableElementDependency
-
Initialize the new instance with default values.
- AnalyzableElementType - Enum in org.pfsw.tools.cda.base.model
-
- appContext() - Method in class org.pfsw.tools.cda.base.util.FileUtil
-
- appendToBuffer(StringBuffer) - Method in class org.pfsw.tools.cda.base.model.util.StringFilter
-
Append this filter's string representation to the given buffer.
- apply(AModelObjectVisitor) - Method in class org.pfsw.tools.cda.base.model.AModelObject
-
Calls the visitor.startModelObject(this)
then calls apply(visitor) on all child elements and
then visitor.finishModelObject(this)
- applyFilterOnClasses(ClassInformation[], StringFilterCollection) - Method in class org.pfsw.tools.cda.base.global.Functions
-
Returns a list of classes that don't match the given filter.
- applyOnChildren(AModelObjectVisitor) - Method in class org.pfsw.tools.cda.base.model.AModelObject
-
Calls apply(visitor) on all child elements.
- applyOnStack(Stack<AModelObject>, AModelObjectVisitor) - Method in class org.pfsw.tools.cda.base.model.AModelObject
-
- applySelf(AModelObjectVisitor) - Method in class org.pfsw.tools.cda.base.model.AModelObject
-
- ArchivedFileInfo - Class in org.pfsw.tools.cda.base.model.util
-
File information about a file inside an archive.
- ArchivedFileInfo(File, String, String) - Constructor for class org.pfsw.tools.cda.base.model.util.ArchivedFileInfo
-
- areAllClassesCollected() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns true if all classes have been collected.
- areAllContainersInitialized() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns true if all containers of this workset have been initialized.
- areAllDependenciesResolved() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns true if all elements in this workset have been sufficiently
resolved.
- asArray(Collection<T>, Class<T>) - Method in class org.pfsw.tools.cda.base.util.CollectionUtil
-
Returns an array which has elements of the specified element type.
- asFileLocator() - Method in class org.pfsw.tools.cda.base.model.util.ArchivedFileInfo
-
- asHashMap() - Method in class org.pfsw.tools.cda.base.model.workset.Variables
-
- ASoftwareComponentProcessor - Class in org.pfsw.tools.cda.base.model.processing
-
Abstract superclass for processors that handle SoftwareComponent objects.
- ASoftwareComponentProcessor() - Constructor for class org.pfsw.tools.cda.base.model.processing.ASoftwareComponentProcessor
-
Initialize the new instance with default values.
- asSet(T...) - Method in class org.pfsw.tools.cda.base.util.CollectionUtil
-
Returns a new HashSet
initialized with the given objects.
- asStream(T[]) - Method in class org.pfsw.tools.cda.base.util.CollectionUtil
-
Returns the given array of objects as stream.
- asString() - Method in class org.pfsw.tools.cda.base.model.ClassFileVersion
-
Returns the major and minor version as string separated by a dot.
- asString() - Method in enum org.pfsw.tools.cda.base.model.container.SpringBootManifestEntry
-
- asStringArray(Collection<String>) - Method in class org.pfsw.tools.cda.base.model.workset.Variables
-
- ATT_ALIAS - Static variable in interface org.pfsw.tools.cda.base.odem.xml.XMLNames
-
- ATT_CLASSIFICATION - Static variable in interface org.pfsw.tools.cda.base.odem.xml.XMLNames
-
- ATT_COUNT - Static variable in interface org.pfsw.tools.cda.base.odem.xml.XMLNames
-
- ATT_IS_ABSTRACT - Static variable in interface org.pfsw.tools.cda.base.odem.xml.XMLNames
-
- ATT_IS_FINAL - Static variable in interface org.pfsw.tools.cda.base.odem.xml.XMLNames
-
- ATT_NAME - Static variable in interface org.pfsw.tools.cda.base.odem.xml.XMLNames
-
- ATT_VERSION - Static variable in interface org.pfsw.tools.cda.base.odem.xml.XMLNames
-
- ATT_VISIBILITY - Static variable in interface org.pfsw.tools.cda.base.odem.xml.XMLNames
-
- ATTR_DIRTY - Static variable in class org.pfsw.tools.cda.base.model.Workset
-
- available() - Method in class org.pfsw.tools.cda.base.util.ZipEntryInputStream
-
- canBeAnalyzedForDependencies() - Method in class org.pfsw.tools.cda.base.model.AAnalyzableElement
-
Returns true if this element can (currently) be analyzed for its
dependencies to other elements.
- canBeAnalyzedForDependencies() - Method in interface org.pfsw.tools.cda.base.model.IAnalyzableElement
-
Returns true if this element can (currently) be analyzed for its
dependencies to other elements.
- canBeAnalyzedForDependencies() - Method in class org.pfsw.tools.cda.base.model.NotFoundClassContainer
-
Returns true if this element can (currently) be analyzed for its
dependencies to other elements.
- canBeAnalyzedForDependencies() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns true if this element can (currently) be analyzed for its
dependencies to other elements.
- canHaveDependencies() - Method in class org.pfsw.tools.cda.base.model.AModelObject
-
Returns if this object potentially has dependencies to other objects.
- canHaveDependencies() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns if this object potentially has dependencies to other objects.
- canHaveDependencies() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Returns if this object potentially has dependencies to other objects.
- canHaveDependencies() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns if this object potentially has dependencies to other objects.
- changeAlias(String) - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
Sets the alias of this container.
- changeThirdPartyFlag(boolean) - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
Sets whether or not this container is a third party library
- CLASS_FILE_PATTERN - Static variable in class org.pfsw.tools.cda.base.util.FileUtil
-
- ClassContainer - Class in org.pfsw.tools.cda.base.model
-
A ClassContainer is typically a classpath element that contains one
or more classes (i.e.
- ClassContainer(ContainerSpecification, Workset) - Constructor for class org.pfsw.tools.cda.base.model.ClassContainer
-
Initialize the new instance with a containser specification and a workset.
- ClassContainerDependency - Class in org.pfsw.tools.cda.base.model
-
Represents the dependency of one container (source) to another container (target).
- ClassContainerDependency(ClassContainer, ClassContainer) - Constructor for class org.pfsw.tools.cda.base.model.ClassContainerDependency
-
Initialize the new instance with the source and target package.
- ClassDefinition - Class in org.pfsw.tools.cda.base.model.spring
-
The definition of a class that points to a
ClassInformation
object or null after it has been resolved.
- ClassDefinition(String) - Constructor for class org.pfsw.tools.cda.base.model.spring.ClassDefinition
-
- ClassDefinition(String, ClassInformation) - Constructor for class org.pfsw.tools.cda.base.model.spring.ClassDefinition
-
- ClassFileVersion - Class in org.pfsw.tools.cda.base.model
-
represents the major and minor version of a class file and is capable to
map it to a Java version.
- ClassFileVersion(int, int) - Constructor for class org.pfsw.tools.cda.base.model.ClassFileVersion
-
Initialize the new instance with major and minor version.
- ClassInformation - Class in org.pfsw.tools.cda.base.model
-
Contains all information about a class that is relevant to the
dependency analyzer.
- ClassInformation(String, ClassPackage) - Constructor for class org.pfsw.tools.cda.base.model.ClassInformation
-
Initialize the new instance with the fully qualified class name.
- ClassInformationDependency - Class in org.pfsw.tools.cda.base.model
-
Represents the dependency of one class (source) to another class (target)
- ClassInformationDependency(ClassInformation, ClassInformation) - Constructor for class org.pfsw.tools.cda.base.model.ClassInformationDependency
-
Initialize the new instance with default values.
- ClassInformationDependency(ClassInformation, ClassInformation, DependencyClassification) - Constructor for class org.pfsw.tools.cda.base.model.ClassInformationDependency
-
Initialize the new instance.
- ClassInformationFilter - Interface in org.pfsw.tools.cda.base.model.filter
-
- ClassInformationMatcher - Class in org.pfsw.tools.cda.base.model.processing
-
A processor implementation that can be used as matcher for ClassInformation objects
based on a
ClassInformationFilter
.
- ClassInformationMatcher(ClassInformationFilter) - Constructor for class org.pfsw.tools.cda.base.model.processing.ClassInformationMatcher
-
- classPackage() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- classPackage(ClassPackage) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- ClassPackage - Class in org.pfsw.tools.cda.base.model
-
Represents a Java package that contains classes.
- ClassPackage(String, GenericClassContainer) - Constructor for class org.pfsw.tools.cda.base.model.ClassPackage
-
Initialize the new instance with a name.
- ClassPackageDependency - Class in org.pfsw.tools.cda.base.model
-
Represents the dependency of one package (source) to another package (target).
- ClassPackageDependency(ClassPackage, ClassPackage) - Constructor for class org.pfsw.tools.cda.base.model.ClassPackageDependency
-
Initialize the new instance with the source and target package.
- classpathDefinitions() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns an array of this workset's classpath part definitions.
- ClasspathMetadata - Class in org.pfsw.tools.cda.base.model.workset
-
Holds all additional metadata about classpath elements.
- ClasspathMetadata() - Constructor for class org.pfsw.tools.cda.base.model.workset.ClasspathMetadata
-
Initialize the new instance with default values.
- ClasspathPartDefinition - Class in org.pfsw.tools.cda.base.model.workset
-
Specifies one or more classpath elements by a string pattern or an exact
name.
- ClasspathPartDefinition(String) - Constructor for class org.pfsw.tools.cda.base.model.workset.ClasspathPartDefinition
-
Initialize the new instance with a definition.
- ClasspathPartDefinition(String, ClasspathPartDefinitionType) - Constructor for class org.pfsw.tools.cda.base.model.workset.ClasspathPartDefinition
-
Initialize the new instance with a definition and an explicit type.
- ClasspathPartDefinition(String, String, ClasspathPartDefinitionType) - Constructor for class org.pfsw.tools.cda.base.model.workset.ClasspathPartDefinition
-
Initialize the new instance with a definition, optional supplementary data and an explicit type.
- ClasspathPartDefinitionType - Enum in org.pfsw.tools.cda.base.model.workset
-
Defines the supported types of classpath part definitions.
- ClassSpace - Class in org.pfsw.tools.cda.base.model
-
The class space eventually is the container that provides access to
all classes that can be found within a Workset.
- ClassSpace(Workset) - Constructor for class org.pfsw.tools.cda.base.model.ClassSpace
-
Initialize the new instance with the workset it belongs to.
- clear() - Method in class org.pfsw.tools.cda.base.model.workset.StructuredCache
-
Clears the whole cache (all sections).
- clearPackageAssignmentOfAllComponents() - Method in class org.pfsw.tools.cda.base.model.ComponentModel
-
- clearSection(String) - Method in class org.pfsw.tools.cda.base.model.workset.StructuredCache
-
Removes all cached objects from the specified section.
- close() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
Closes the underlying classpath element if it is an archive
- close() - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
- close() - Method in class org.pfsw.tools.cda.base.util.ZipEntryInputStream
-
- closeAllPhysicalContainers() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Closes all underlying files of physical class containers (e.g.
- coll() - Method in class org.pfsw.tools.cda.base.global.Functions
-
- coll() - Method in class org.pfsw.tools.cda.base.model.AModelObject
-
- coll() - Method in class org.pfsw.tools.cda.base.model.ClassContainerDependency
-
- coll() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- coll() - Method in class org.pfsw.tools.cda.base.model.ClassInformationDependency
-
- coll() - Method in class org.pfsw.tools.cda.base.model.ClassPackageDependency
-
- coll() - Method in class org.pfsw.tools.cda.base.model.ComponentModel
-
- coll() - Method in class org.pfsw.tools.cda.base.model.container.OdemXmlContainerSpecification
-
- coll() - Method in class org.pfsw.tools.cda.base.model.util.JavaArchive
-
- coll() - Method in class org.pfsw.tools.cda.base.model.Workset
-
- collectDependenciesToTarget(Collection<ClassInformationDependency>, ClassInformation) - Method in class org.pfsw.tools.cda.base.model.ClassContainerDependency
-
- collectDependenciesToTarget(Collection<ClassInformationDependency>, ClassInformation) - Method in class org.pfsw.tools.cda.base.model.ClassPackageDependency
-
- CollectionUtil - Class in org.pfsw.tools.cda.base.util
-
Additional utilities for collections and arrays.
- collectReferredContainers(Collection<GenericClassContainer>) - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Looks for all directly referred containers and adds them to the given
collection.
- collectReferredPackages(Collection<ClassPackage>) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Adds all packages of the directly referred classes to the given collection.
- compare(T, T) - Method in class org.pfsw.tools.cda.base.util.PrioritySorter.PrioritizingComparator
-
- compareTo(AModelObject) - Method in class org.pfsw.tools.cda.base.model.AModelObject
-
- compareTo(AModelObject) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- compareTo(AModelObject) - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
- compareTo(AModelObject) - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
- ComponentModel - Class in org.pfsw.tools.cda.base.model
-
An envelope around a set of components an their dependencies.
- ComponentModel(Workset) - Constructor for class org.pfsw.tools.cda.base.model.ComponentModel
-
Initialize the new instance with a workset.
- ComponentModel(String, Workset) - Constructor for class org.pfsw.tools.cda.base.model.ComponentModel
-
Initialize the new instance with a name and a workset.
- ContainerFilteringIterator<TContainer extends GenericClassContainer> - Class in org.pfsw.tools.cda.base.model.container
-
An instance of this class allows to iterate over a given array of GenericClassContainer
objects but returning only those that are of a specified subclass.
- ContainerFilteringIterator(GenericClassContainer[], Class<TContainer>) - Constructor for class org.pfsw.tools.cda.base.model.container.ContainerFilteringIterator
-
- ContainerIdentifierCalculator - Enum in org.pfsw.tools.cda.base.model.workset
-
The enum values provide different variants of container identifier calculation.
- ContainerInfo - Class in org.pfsw.tools.cda.base.model.workset
-
Holds additional information about physical class containers.
- ContainerInfo(String) - Constructor for class org.pfsw.tools.cda.base.model.workset.ContainerInfo
-
Initialize the new instance the given identifier.
- ContainerInfo(ClassContainer) - Constructor for class org.pfsw.tools.cda.base.model.workset.ContainerInfo
-
Creates a new instance with an identifier generated for the given container
utilizing the newest identifier calculator.
- ContainerNames - Class in org.pfsw.tools.cda.base.model.container
-
This class provides all variants of names a container may have.
- ContainerNames() - Constructor for class org.pfsw.tools.cda.base.model.container.ContainerNames
-
- ContainerSpecification - Class in org.pfsw.tools.cda.base.model.container
-
Each instance defines one element that specifies one container object.
- ContainerSpecification(String) - Constructor for class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
Initialize the new instance with a full name of the container.
- ContainerType - Enum in org.pfsw.tools.cda.base.model.container
-
Specifies an enum value for each supported container type.
- contains(GenericClassContainer) - Method in class org.pfsw.tools.cda.base.model.ClassSpace
-
Returns true if this class space already contains the given container
- contains(ClassInformation) - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns true if the class corresponding to the given class info can be
found in this container.
- CONTAINS - Static variable in class org.pfsw.tools.cda.base.model.SoftwareComponentDependency
-
- contains(StringFilter) - Method in class org.pfsw.tools.cda.base.model.util.StringFilterCollection
-
Returns true if the given filter is contained in this collection.
- contains(char[], char) - Method in class org.pfsw.tools.cda.base.util.StringUtil
-
- continueProcessing() - Method in class org.pfsw.tools.cda.base.model.processing.ResourceInformationCollector
-
- copy() - Method in class org.pfsw.tools.cda.base.model.util.StringFilter
-
Returns a new object that is an exact copy of this string filter.
- copy() - Method in class org.pfsw.tools.cda.base.model.util.StringFilterCollection
-
Returns a copy of the filter collection that contains copies of all
the defined string filters.
- copy() - Method in class org.pfsw.tools.cda.base.model.workset.ClasspathPartDefinition
-
Returns a copy with the same definition content
- copy() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns a copy of this workset, where all internal elements are also
copies of their origins.
- copy() - Method in class org.pfsw.tools.cda.base.model.workset.VariablePool
-
Returns a copy of the local variables which ensures that changes to
it won't effect the original variables.
- copy() - Method in class org.pfsw.tools.cda.base.model.workset.Variables
-
Returns a copy of the variables which ensures that changes to it won't
effect the original variables.
- copyClasspathParts() - Method in class org.pfsw.tools.cda.base.model.Workset
-
- copyFileIfNecessary(String, String) - Method in class org.pfsw.tools.cda.base.util.FileUtil
-
Copies the file with the specified filename to the destination directory
if it not yet exists there.
- countAllElementsRecursivly() - Method in class org.pfsw.tools.cda.base.model.AModelObject
-
Returns the number of all contained elements in this model object
including this object.
- create(int) - Static method in class org.pfsw.tools.cda.base.model.workset.WorksetVersion
-
- create(String) - Static method in class org.pfsw.tools.cda.base.model.workset.WorksetVersion
-
- create() - Static method in class org.pfsw.tools.cda.base.util.PrioritySorter
-
Creates a new instance of this class.
- createClassInfo(String) - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Creates a new class info with the given fully qualified class name
and adds it to the package.
- createClassInfo(String, ClassPackage) - Method in class org.pfsw.tools.cda.base.model.ClassSpace
-
Create a new ClassInformation object representing a class with the
given (fully qualified) class name in the given package.
- createClassInfo(String, ClassPackage) - Method in interface org.pfsw.tools.cda.base.model.IClassInformationFactory
-
Create a new ClassInformation object representing a class with the
given name in the given package.
- createComparator() - Method in class org.pfsw.tools.cda.base.util.PrioritySorter
-
- createName(String...) - Static method in class org.pfsw.tools.cda.base.model.container.ContainerNames
-
Creates a concatenated name from the given name elements.
- createPackage(String) - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Create a new package in this container
- createSlot(String) - Method in class org.pfsw.tools.cda.base.model.workset.StructuredCache
-
- CURRENT_WS_VERSION - Static variable in class org.pfsw.tools.cda.base.model.workset.WorksetVersion
-
- GenericClassContainer - Class in org.pfsw.tools.cda.base.model
-
Implements the common functionality for containers of classes.
- GenericClassContainer(Workset) - Constructor for class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Initialize the new instance with default values.
- get() - Method in class org.pfsw.tools.cda.base.model.util.OptionalValue
-
Returns the contained value.
- getAlias() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns the alias name of this container or null if none has been specified.
- getAlias() - Method in class org.pfsw.tools.cda.base.model.workset.ContainerInfo
-
- getAliasName() - Method in class org.pfsw.tools.cda.base.model.container.ContainerNames
-
Returns the alias name of a container.
- getAllContainedClasses() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns all classes that are contained in this element or any of its
structural sub-elements.
- getAllContainedClasses() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Returns all classes that are contained in this element or any of its
structural sub-elements.
- getAllContainedClasses() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns all classes that are contained in this element or any of its
structural sub-elements.
- getAllContainedClasses() - Method in interface org.pfsw.tools.cda.base.model.IAnalyzableElement
-
Returns all classes that are contained in this element or any of its
structural sub-elements.
- getAllContainedClasses() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns all classes that are contained in this element or any of its
structural sub-elements.
- getAnalyzableElementType() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the type of the analyzable element.
- getAnalyzableElementType() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Returns the type of the analyzable element.
- getAnalyzableElementType() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns the type of the analyzable element.
- getAnalyzableElementType() - Method in interface org.pfsw.tools.cda.base.model.IAnalyzableElement
-
Returns the type of the analyzable element.
- getAnalyzableElementType() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns the type of the analyzable element.
- getAutoInsertVariablesIntoClasspath() - Method in class org.pfsw.tools.cda.base.global.Preferences
-
- getAutoLoadWorksets() - Method in class org.pfsw.tools.cda.base.global.Preferences
-
Returns the workset filenames to be loaded automatically at startup.
- getAutoReloadable() - Method in class org.pfsw.tools.cda.base.model.Workset
-
- getBeanById(String) - Method in class org.pfsw.tools.cda.base.model.spring.SpringConfigEntity
-
- getBeanReferenceById(String) - Method in class org.pfsw.tools.cda.base.model.spring.SpringBean
-
- getCache() - Method in class org.pfsw.tools.cda.base.model.Workset
-
- getCache() - Method in class org.pfsw.tools.cda.base.model.workset.StructuredCache
-
- getChildCount() - Method in class org.pfsw.tools.cda.base.model.AModelObject
-
Returns the current number of children
- getChildCount() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the current number of children.
- getChildCount() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Returns the current number of children.
- getChildCount() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns the current number of children.
- getChildCount() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns the current number of children.
- getChildren() - Method in class org.pfsw.tools.cda.base.model.AModelObject
-
Returns the children.
- getChildren() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the children (always an empty array here)
- getChildren() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Returns the children
- getChildren() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns the children
- getChildren() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns the children
- getClassContainer() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the the container this class was found as
ClassContainer or null if it is not of type ClassContainer.
- getClassContainers() - Method in class org.pfsw.tools.cda.base.model.ClassSpace
-
- getClassContainers() - Method in interface org.pfsw.tools.cda.base.model.IClassSpace
-
Returns all class containers of this class space.
- getClassContainers() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns the array or all class containers that are currently in this workset.
- getClassDefinition() - Method in class org.pfsw.tools.cda.base.model.spring.SpringBean
-
- getClassDependencies() - Method in class org.pfsw.tools.cda.base.model.AnalyzableElementDependency
-
Returns all class dependencies that cause this higher level dependency.
- getClassDependencies() - Method in class org.pfsw.tools.cda.base.model.ClassContainerDependency
-
Returns an array of class dependencies that cause the dependency of the
two packages represented by this object.
- getClassDependencies() - Method in class org.pfsw.tools.cda.base.model.ClassPackageDependency
-
Returns an array of class dependencies that cause the dependency of the
two packages represented by this object.
- getClasses() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
- getClassesFolderName() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
Returns the name of sub-folder in which class files of this container
can be found.
- getClassesFolderName() - Method in class org.pfsw.tools.cda.base.model.container.BundleContainerSpecification
-
Returns the name of sub-folder in which class files of this container
can be found.
- getClassesFolderName() - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
Returns the name of sub-folder in which class files of this container
can be found.
- getClassesSubFolder() - Method in class org.pfsw.tools.cda.base.model.container.BundleContainerSpecification
-
- getClassFileName() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the name of the file corresponding to this class (including the
full sub directory path representing the package).
- getClassFileVersion() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the version of the underlying class file.
- getClassification() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns whether is is a class an interface an enum or annotation.
- getClassification() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
- getClassInfo(String) - Method in class org.pfsw.tools.cda.base.model.ClassSpace
-
Returns the ClassInformation object corresponding to the given className.
- getClassInfo(String) - Method in interface org.pfsw.tools.cda.base.model.IClassSpace
-
- getClassInfo(String) - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns the ClassInformation object corresponding to the given className.
- getClassInfoRegistry() - Method in class org.pfsw.tools.cda.base.model.ClassSpace
-
- getClassInformation() - Method in interface org.pfsw.tools.cda.base.model.IInjectedDependency
-
Returns the class to which the loose dependency exists.
- getClassInformation() - Method in class org.pfsw.tools.cda.base.model.spring.SpringBean
-
Returns the implementation class associated with this bean
or null if the class has not been set or resolved yet.
- getClassInformationFactory() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
- getClassInformationFactory() - Method in class org.pfsw.tools.cda.base.model.Workset
-
- getClassInfos() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Returns the class information of all classes found in this package.
- getClassInitializer() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- getClassName() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the fully qualified name of the class
- getClassName() - Method in class org.pfsw.tools.cda.base.model.spring.SpringBean
-
Returns the associated full qualified class name or null if it
has not been set.
- getClassNameHash() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- getClassPackage() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the package object that contains this class
- getClassPackages() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
- getClasspathElement() - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
- getClasspathMetadata() - Method in class org.pfsw.tools.cda.base.model.Workset
-
- getClasspathParts() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns all the classpath element definitions that are specified for
this workset
- getClassSpace() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns the class space of this workset which holds all class containers
- getClassSpaceAndFactory() - Method in class org.pfsw.tools.cda.base.model.Workset
-
- getCollectedResources() - Method in class org.pfsw.tools.cda.base.model.processing.ResourceInformationCollector
-
- getComponentModel() - Method in class org.pfsw.tools.cda.base.model.Workset
-
- getComponents() - Method in class org.pfsw.tools.cda.base.model.ComponentModel
-
- getComponents() - Method in interface org.pfsw.tools.cda.base.model.IComponentHolder
-
Returns all containers that are hold by this object
- getComponents() - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
Returns all sub components this component contains
- getComponents() - Method in class org.pfsw.tools.cda.base.model.Workset
-
- getConfigEntity() - Method in class org.pfsw.tools.cda.base.model.spring.SpringBean
-
- getContainedIn() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
- getContainer() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the the container this class was found in.
- getContainer() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Returns the container this package resides in
- getContainer() - Method in class org.pfsw.tools.cda.base.model.ResourceInformation
-
The container this resource belongs to.
- getContainerIdentifierCalculator() - Method in class org.pfsw.tools.cda.base.model.workset.ContainerInfo
-
- getContainerIdentifierOf(ClassContainer) - Method in class org.pfsw.tools.cda.base.model.workset.ContainerInfo
-
- getContainerInfoList() - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
- getContainerMetaInfo() - Method in class org.pfsw.tools.cda.base.model.workset.ClasspathMetadata
-
- getContainerName() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the name of the container this class is located in
- getContainerName() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Returns the name of the container the package was found in
- getContainerNames() - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
- getContainerNames() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
- getContainers() - Method in class org.pfsw.tools.cda.base.model.container.ContainerFilteringIterator
-
- getContainers() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns a collection of all class containers that are currently contained in this workset.
- getContainerSpecificationElement() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
- getContainerType() - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
- getContainerXml() - Method in class org.pfsw.tools.cda.base.model.container.OdemXmlContainerSpecification
-
- getContext() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the context of this object
- getContext() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Returns the context of this object
- getContext() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns the context this container belongs to.
- getContext() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns this workset itself
- getCurrentState() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- getDeclaredBeans() - Method in class org.pfsw.tools.cda.base.model.spring.SpringConfigEntity
-
- getDefaultPriority() - Method in class org.pfsw.tools.cda.base.util.PrioritySorter
-
Returns the default priority for objects not registered with this sorter.
- getDefinition() - Method in class org.pfsw.tools.cda.base.model.workset.ClasspathPartDefinition
-
Returns the definition as string
- getDependencies() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns all dependencies to other types.
- getDependencyClassification() - Method in class org.pfsw.tools.cda.base.model.AnalyzableElementDependency
-
- getDependencyElements(ClassInformation) - Method in class org.pfsw.tools.cda.base.model.container.OdemXmlContainerSpecification
-
Returns the dependency element that are defined below the element that
corresponds to the given classInfo.
- getDependencyType() - Method in class org.pfsw.tools.cda.base.model.AnalyzableElementDependency
-
Returns the text ID for type of this dependency.
- getDependencyType() - Method in class org.pfsw.tools.cda.base.model.ClassInformationDependency
-
Returns the text ID for type of this dependency.
- getDescription() - Method in class org.pfsw.tools.cda.base.model.ComponentModel
-
- getDescription() - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
- getDescription() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns the description of this workset
- getDirectInterfaces(boolean) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns an array of all interfaces directly extended by this interface.
- getDirectlyExtendedInterfaces() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns an array of all interfaces directly extended by this interface.
- getDirectlyImplementedInterfaces() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns an array of all interfaces directly implemented by this class.
- getDirectReferredContainers() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns all containers that are directly referred by this container
through its contained classes.
- getDirectReferredPackages() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns all packages this class directly depends on.
- getDirectReferredPackages() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Returns all packages this package directly depends on
- getDirectReferredTypes() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns all types this type directly depends on.
- getDisplayName() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
- getDisplayName() - Method in class org.pfsw.tools.cda.base.model.container.BundleContainerSpecification
-
- getDisplayName() - Method in class org.pfsw.tools.cda.base.model.container.BundledContainerSpecification
-
- getDisplayName() - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
- getDisplayName() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns the name of this container that is best for displaying.
- getEntryName() - Method in class org.pfsw.tools.cda.base.model.util.ArchivedFileInfo
-
- getExcludeFilterList() - Method in class org.pfsw.tools.cda.base.model.util.StringFilterCollection
-
- getExpectedType() - Method in class org.pfsw.tools.cda.base.model.container.ContainerFilteringIterator
-
- getExtendedOrImplementedInterfaces() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- getExtraContainerDirNames() - Method in class org.pfsw.tools.cda.base.model.container.BundleContainerSpecification
-
- getExtractedFile() - Method in class org.pfsw.tools.cda.base.model.util.ArchivedFileInfo
-
- getFileInfo(String) - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
- getFilename() - Method in class org.pfsw.tools.cda.base.global.Preferences
-
- getFilename() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns the name of the file this workset was loaded from
- getFileSize() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- getFilter() - Method in class org.pfsw.tools.cda.base.model.processing.ClassInformationMatcher
-
- getFilterAt(int) - Method in class org.pfsw.tools.cda.base.model.util.StringFilterCollection
-
- getFilters() - Method in class org.pfsw.tools.cda.base.model.util.StringFilterCollection
-
Returns all contained filters.
- getFilters(Predicate<? super StringFilter>) - Method in class org.pfsw.tools.cda.base.model.util.StringFilterCollection
-
- getFollowIgnorePatterns() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Return the filters that define which classes must not be analyzed
- getFullContainerName() - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
- getFullName() - Method in class org.pfsw.tools.cda.base.model.container.ContainerNames
-
Returns the full name of a container.
- getGlobalVariables() - Method in class org.pfsw.tools.cda.base.model.workset.VariablePool
-
Returns the globally defined key/value pairs
- getGlobalVariables() - Static method in class org.pfsw.tools.cda.base.Module
-
Returns the global variable definitions
- getGoOn() - Method in class org.pfsw.tools.cda.base.model.processing.ResourceInformationCollector
-
- getHighestClassFileVersion() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
- getHighestClassFileVersion() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
- getHighestClassFileVersion() - Method in class org.pfsw.tools.cda.base.model.Workset
-
- getId() - Method in class org.pfsw.tools.cda.base.model.spring.SpringBean
-
- getIdentifier() - Method in class org.pfsw.tools.cda.base.model.workset.ContainerInfo
-
- getIdentifierOf(ClassContainer) - Method in enum org.pfsw.tools.cda.base.model.workset.ContainerIdentifierCalculator
-
- getIncludedComponents() - Method in class org.pfsw.tools.cda.base.model.ComponentModel
-
- getIncludedContainers() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
- getIncludeFilterList() - Method in class org.pfsw.tools.cda.base.model.util.StringFilterCollection
-
- getIncludeResourceFiles() - Method in class org.pfsw.tools.cda.base.model.Workset
-
- getInitState() - Method in class org.pfsw.tools.cda.base.model.Workset
-
- getInjectedDependencies() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns a (maybe empty but never null) list of dependencies that are loosely
coupled by dependency injection.
- getInStream() - Method in class org.pfsw.tools.cda.base.util.ZipEntryInputStream
-
- getIntVersion() - Method in class org.pfsw.tools.cda.base.model.workset.WorksetVersion
-
- getJustClassName() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the class name without the package name
- getLastWorksetDirectory() - Method in class org.pfsw.tools.cda.base.global.Preferences
-
Returns the last used workset directory or null
- getLocalVariables() - Method in class org.pfsw.tools.cda.base.model.Workset
-
- getLocalVariables() - Method in class org.pfsw.tools.cda.base.model.workset.VariablePool
-
Returns the locally defined key/value pairs
- getLogger() - Method in class org.pfsw.tools.cda.base.model.container.ExtractedContainerSpecification
-
- getLogger() - Method in class org.pfsw.tools.cda.base.util.FileUtil
-
- getMainClass() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
- getMainSection(ReadOnlySettings) - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
- getManifestContent() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
- getManifestFor(ClassContainer) - Method in class org.pfsw.tools.cda.base.util.FileUtil
-
- getManifestSettings(File) - Method in class org.pfsw.tools.cda.base.util.FileUtil
-
Tries to extract the manifest file data from the given file (or directory)
and return it as a parsed settings object.
- getMatchFunction() - Method in class org.pfsw.tools.cda.base.util.PrioritySorter
-
- getMinimumJVMVersion() - Method in class org.pfsw.tools.cda.base.model.ClassFileVersion
-
Returns the minimum JVM version that is necessary to execute a class file
with this class file version.
- getModifierNames() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the modifiers of this class as strings.
- getModifiers() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the modifier bits of the class (see Modifier
).
- getModifierString() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the modifiers as string where the separator is a blank
- getName() - Method in class org.pfsw.tools.cda.base.model.AModelObject
-
Returns the name.
- getName() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the full qualified name of the class this object represents
- getName() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
- getName() - Method in class org.pfsw.tools.cda.base.model.ComponentModel
-
- getName() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
- getName() - Method in class org.pfsw.tools.cda.base.model.ResourceInformation
-
Returns the relative name of the resource inside
its container.
- getName() - Method in class org.pfsw.tools.cda.base.model.util.NamedOptionalValue
-
- getName() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns the name of this workset
- getNamespace() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the namespace this type belongs to.
- getNamespaceElement(String) - Method in class org.pfsw.tools.cda.base.model.container.OdemXmlContainerSpecification
-
Returns the namespace element with the given name in this container
or null if it cannot be found.
- getNamespaceElements() - Method in class org.pfsw.tools.cda.base.model.container.OdemXmlContainerSpecification
-
Returns all namespace elements in this container.
- getNamespacePatterns() - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
- getNamespaces() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns all namespaces found in this container
This method never returns null.
- getNotFoundClassesContainer() - Method in class org.pfsw.tools.cda.base.model.ClassSpace
-
- getNotFoundClassesContainer() - Method in interface org.pfsw.tools.cda.base.model.IClassSpace
-
Returns the container that holds all classes that cannot be found in any
other container.
- getNotFoundClassesContainer() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns the special container that is used to hold all classes that
are referred to from other classes, but are not found in any container
of the specified classpath parts.
- getNumberOfAncestors() - Method in class org.pfsw.tools.cda.base.model.AModelObject
-
Returns the number of parent objects up to the root of the hierarchy
- getNumberOfClassContainers() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns the number of containers in this workset
- getNumberOfContainedClasses() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Returns the number of classes in this package
- getNumberOfContainedClasses() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns the number of classes in this container
- getNumberOfContainedClasses() - Method in interface org.pfsw.tools.cda.base.model.IClassContainingElement
-
Returns the number of classes in this package
- getNumberOfContainedClasses() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns the number of classes in this workset
- getNumberOfContainedPackages() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns the number of packages in this container
- getNumberOfContainedPackages() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns the number of packages in this container
- getNumberOfContainedResources() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
Returns how many resource files are held by this container.
- getNumberOfContainedResources() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns the number of resources in this workset.
- getNumberOfDirectReferredPackages() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Returns the number of packages this package directly depends on.
- getObject() - Method in class org.pfsw.tools.cda.base.util.PrioritySorter.PrioritizedObject
-
- getOtherProperties() - Method in class org.pfsw.tools.cda.base.model.AModelObject
-
- getOtherProperties() - Method in class org.pfsw.tools.cda.base.model.AnalyzableElementDependency
-
- getPackageName() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the package name of this class.
- getPackageNamed(String) - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns the package with the given name or null if it cannot be found.
- getPackagePatterns() - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
- getPackages() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns all packages found in this contains
- getParent() - Method in class org.pfsw.tools.cda.base.model.AModelObject
-
Returns the parent model object
- getParent() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the parent model object, which is always a ClassPackage.
- getParent() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Returns the parent model object, which is always a GenericClassContainer.
- getParent() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns the parent model object, which is always a Workset.
- getParent() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns the parent model object, which is always null for a workset.
- getParentBundleSpec() - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
returns the optional parent bundle specification.
- getParentBundleSpec() - Method in class org.pfsw.tools.cda.base.model.container.ExtractedContainerSpecification
-
- getParentComponentHolder() - Method in class org.pfsw.tools.cda.base.model.ComponentModel
-
- getParentComponentHolder() - Method in interface org.pfsw.tools.cda.base.model.IComponentHolder
-
Returns the parent holder that contains this object.
- getParentComponentHolder() - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
Returns the parent holder that contains this object.
- getParentContainer() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns the parent container of this container.
- getPatternCollection() - Method in class org.pfsw.tools.cda.base.model.util.ZipEntryFileNamePatterns
-
- getPhysicalClassContainers() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns all "physical" containers (i.e.
- getPhysicalName() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
Returns the name of the containser's physical representation on
the file system.
- getPhysicalName() - Method in class org.pfsw.tools.cda.base.model.container.ContainerNames
-
- getPhysicalName() - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
Returns the name of the container's physical representation on
the file system.
- getPrioritizedObject(T) - Method in class org.pfsw.tools.cda.base.util.PrioritySorter
-
- getPrioritizedObjects() - Method in class org.pfsw.tools.cda.base.util.PrioritySorter
-
- getPriority() - Method in class org.pfsw.tools.cda.base.util.PrioritySorter.PrioritizedObject
-
- getProperty(String) - Method in class org.pfsw.tools.cda.base.model.AModelObject
-
Returns the property associated with the given name.
- getProperty(String) - Method in class org.pfsw.tools.cda.base.model.AnalyzableElementDependency
-
Returns the property associated with the given name.
- getPropertyChangeSupport() - Method in class org.pfsw.tools.cda.base.model.Workset
-
- getPropertyNames() - Method in class org.pfsw.tools.cda.base.model.AModelObject
-
Returns all currently known properties.
- getPropertyNames() - Method in class org.pfsw.tools.cda.base.model.AnalyzableElementDependency
-
Returns all currently known properties.
- getQualifiedContainerName() - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
- getQualifiedName() - Method in class org.pfsw.tools.cda.base.model.container.ContainerNames
-
Returns the qualified name of a container.
- getQualifiedName() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns the qualifying name of this container which
is relative and therefore independent of the actual
file system location.
- getQualifiedName() - Method in class org.pfsw.tools.cda.base.model.ResourceInformation
-
- getReferredBeans() - Method in class org.pfsw.tools.cda.base.model.spring.SpringBean
-
- getReferredClasses() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the types on which this class depends directly.
- getReferredClassesArray() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns an array with all classes this class directly depends on.
- getReferredContainers() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
- getReferredPackages() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- getReferredPackages() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
- getReleaseListeners() - Method in class org.pfsw.tools.cda.base.model.Workset
-
- getReplacements() - Method in class org.pfsw.tools.cda.base.model.workset.VariablePool
-
- getRequiredClassFileVersion() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Returns the highest class file version that one of the contained classes
is based on.
- getRequiredClassFileVersion() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns the highest class file version that one of the contained classes
is based on.
- getRequiredClassFileVersion() - Method in interface org.pfsw.tools.cda.base.model.IClassContainingElement
-
Returns the highest class file version that one of the contained classes
is based on.
- getRequiredClassFileVersion() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns the highest class file version that one of the contained classes
is based on.
- getResFilter() - Method in class org.pfsw.tools.cda.base.model.processing.ResourceInformationCollector
-
- getResolvedClassesCounter() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns the internal counter for resolved classes.
- getResource() - Method in class org.pfsw.tools.cda.base.model.spring.SpringConfigEntity
-
- getResourceFiles() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
Returns a (perhaps empty) list of file infos describing the
resources contained in this container.
- getResourceInfo(String) - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
Returns the ResourceInformation object corresponding to the given resource name
or null if no such resource can be found in this container.
- getResources() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
- getResult() - Method in class org.pfsw.tools.cda.base.model.processing.ResourceInformationCollector
-
- getResultData() - Method in class org.pfsw.tools.cda.base.model.processing.AClassInformationProcessor
-
Returns any data that has been produced during the processing.
- getResultData() - Method in interface org.pfsw.tools.cda.base.model.processing.IClassInformationProcessor
-
Returns any data that has been produced during the processing.
- getSetting(String) - Method in class org.pfsw.tools.cda.base.global.Preferences
-
Returns the preference settings value or null for the given key
- getSettings() - Method in class org.pfsw.tools.cda.base.global.Preferences
-
- getSettingsName() - Method in enum org.pfsw.tools.cda.base.model.container.SpringBootManifestEntry
-
- getShortContainerNames() - Method in class org.pfsw.tools.cda.base.model.Workset
-
- getSimpleContainerName() - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
- getSimpleName() - Method in class org.pfsw.tools.cda.base.model.container.ContainerNames
-
This returns the most right part of a container's name.
- getSimpleName() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns the simple name of this container which
does not contain any path or parent container (bundle) name.
- getSlot(String) - Method in class org.pfsw.tools.cda.base.model.workset.StructuredCache
-
- getSource() - Method in class org.pfsw.tools.cda.base.model.ClassContainerDependency
-
- getSource() - Method in class org.pfsw.tools.cda.base.model.ClassInformationDependency
-
- getSource() - Method in class org.pfsw.tools.cda.base.model.ClassPackageDependency
-
- getSource() - Method in class org.pfsw.tools.cda.base.model.SoftwareComponentDependency
-
- getSourceElement() - Method in class org.pfsw.tools.cda.base.model.AnalyzableElementDependency
-
- getSourceElement() - Method in class org.pfsw.tools.cda.base.model.ClassContainerDependency
-
Returns the element that depends on the target element
- getSourceElement() - Method in class org.pfsw.tools.cda.base.model.ClassInformationDependency
-
Returns the element that depends on the target element
- getSourceElement() - Method in class org.pfsw.tools.cda.base.model.ClassPackageDependency
-
Returns the element that depends on the target element
- getSourceElement() - Method in class org.pfsw.tools.cda.base.model.SoftwareComponentDependency
-
Returns the element that depends on the target element
- getSpringBeans() - Method in class org.pfsw.tools.cda.base.model.spring.SpringConfigEntity
-
- getSpringConfigurations() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
- getStereotype() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the stereotype (e.g.
- getStereotypeTypeName() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the type (class, interface, annotation, enum) as stereotype name.
- getStringFilterList() - Method in class org.pfsw.tools.cda.base.model.util.StringFilterCollection
-
- getStringRepresentation() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Returns the package name
- getStringRepresentation() - Method in interface org.pfsw.tools.cda.base.model.IStringRepresentation
-
- getStringRepresentation() - Method in class org.pfsw.tools.cda.base.model.workset.ClasspathPartDefinition
-
- getSubContainers() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns all sub containers of this container.
- getSubDirExcludeFilter() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
Returns a filter for (relative) sub directory paths that should be
excluded from this container's class and resource files analysis.
- getSubDirExcludeFilter() - Method in class org.pfsw.tools.cda.base.model.container.BundleContainerSpecification
-
- getSubDirExcludeFilter() - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
Returns a filter for (relative) sub directory paths that should be
excluded from this container's class and resource files analysis.
- getSuperClass() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the superclass information of this class
- getSupplementaryData() - Method in class org.pfsw.tools.cda.base.model.workset.ClasspathPartDefinition
-
- getTarget() - Method in class org.pfsw.tools.cda.base.model.ClassContainerDependency
-
- getTarget() - Method in class org.pfsw.tools.cda.base.model.ClassInformationDependency
-
- getTarget() - Method in class org.pfsw.tools.cda.base.model.ClassPackageDependency
-
- getTarget() - Method in class org.pfsw.tools.cda.base.model.SoftwareComponentDependency
-
- getTargetElement() - Method in class org.pfsw.tools.cda.base.model.AnalyzableElementDependency
-
- getTargetElement() - Method in class org.pfsw.tools.cda.base.model.ClassContainerDependency
-
Returns the element the source element depends on
- getTargetElement() - Method in class org.pfsw.tools.cda.base.model.ClassInformationDependency
-
Returns the element the source element depends on
- getTargetElement() - Method in class org.pfsw.tools.cda.base.model.ClassPackageDependency
-
Returns the element the source element depends on
- getTargetElement() - Method in class org.pfsw.tools.cda.base.model.SoftwareComponentDependency
-
Returns the element the source element depends on
- getTempFolder() - Method in class org.pfsw.tools.cda.base.model.container.BundleContainerSpecification
-
- getTempFolderName() - Method in class org.pfsw.tools.cda.base.model.container.BundleContainerSpecification
-
- getText(String, Object[]) - Static method in class org.pfsw.tools.cda.base.Module
-
Returns the text identified by the given textId where all placeholders
in the text are replaced by the objects specified in the given values
array.
- getText(String) - Static method in class org.pfsw.tools.cda.base.Module
-
Returns the localized text for the given key.
- getThirdPartyFlag() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
- getThirdPartyFlag() - Method in class org.pfsw.tools.cda.base.model.workset.ContainerInfo
-
- getTimeForClassResolving() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns the time (in milliseconds) that has been passed (so far) to resolve
all classes in this workset.
- getTOC() - Method in class org.pfsw.tools.cda.base.model.util.JavaArchive
-
- getType() - Method in class org.pfsw.tools.cda.base.model.workset.ClasspathPartDefinition
-
- getTypeElement(ClassInformation) - Method in class org.pfsw.tools.cda.base.model.container.OdemXmlContainerSpecification
-
Returns the type element in this container that corresponds to the given
classInfo or null if it cannot be found.
- getTypes() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Returns all types in this namespace.
- getUnqualifiedName() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the name without the namespace
- getValue() - Method in class org.pfsw.tools.cda.base.model.util.OptionalValue
-
- getValue(String) - Method in class org.pfsw.tools.cda.base.model.workset.Variables
-
- getValueOf(String) - Method in class org.pfsw.tools.cda.base.model.workset.Variables
-
Returns the current value of the variable with the given name
or null if the variable is not set.
- getVarData() - Method in class org.pfsw.tools.cda.base.model.workset.Variables
-
- getVariableNames() - Method in class org.pfsw.tools.cda.base.model.workset.Variables
-
Returns all variable names.
- getVariablePool() - Method in class org.pfsw.tools.cda.base.model.Workset
-
- getVersion() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
- getVersion() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns the version of this container or null if no version is assigned
to this container.
- getVersionFromManifest() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
- getVersionString() - Method in class org.pfsw.tools.cda.base.model.workset.WorksetVersion
-
- getViewFilters() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns the filter collection that is defined to prevent classes from
being displayed.
- getVisibility() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the visibility of this type.
- getWithMainMethod() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- getWorkset() - Method in class org.pfsw.tools.cda.base.model.AModelObject
-
Returns the workset this object belongs to
- getWorkset() - Method in class org.pfsw.tools.cda.base.model.AnalyzableElementDependency
-
Returns the workset this dependency belongs to
- getWorkset() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns the workset in which this class information is currently hold
- getWorkset() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Returns the workset this element is included in
- getWorkset() - Method in class org.pfsw.tools.cda.base.model.ClassSpace
-
- getWorkset() - Method in class org.pfsw.tools.cda.base.model.ComponentModel
-
- getWorkset() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns the workset the container is included in
- getWorkset() - Method in interface org.pfsw.tools.cda.base.model.IAnalyzableElement
-
Returns the workset this element is included in
- getWorkset() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns this workset
- getZipFile() - Method in class org.pfsw.tools.cda.base.model.util.JavaArchive
-
- getZipFile() - Method in class org.pfsw.tools.cda.base.util.ZipEntryInputStream
-
- GLOBAL_VARIABLE_CONTAINER - Static variable in class org.pfsw.tools.cda.base.Module
-
The name of the global object that holds all variable definitions and
is able to do the placeholder replacement.
- IAnalyzableElement - Interface in org.pfsw.tools.cda.base.model
-
An interface that identifies all classes that can be analyzed by
the DependencyAnalyzer
- IAnalyzableElementDependencyFilter<TAnalyzableElement extends IAnalyzableElement> - Interface in org.pfsw.tools.cda.base.model.filter
-
An interface for filters that check dependencies.
- IAnalyzableElementFilter<TAnalyzableElement extends IAnalyzableElement> - Interface in org.pfsw.tools.cda.base.model.filter
-
A generic filter function for IAnalyzableElement subclasses.
- IAnalyzableElementProcessor<TAnalyzableElement extends IAnalyzableElement> - Interface in org.pfsw.tools.cda.base.model.processing
-
A processor that is used as callback for an iteration over a specific
subtype of IAnalyzableElement.
- IClassContainerProcessor - Interface in org.pfsw.tools.cda.base.model.processing
-
Interface for callback implementations of a processor that handles
ClassContainer
objects
- IClassContainingElement - Interface in org.pfsw.tools.cda.base.model
-
Specifies methods for all elements that directly or indirectly contain classes.
- IClassInformationFactory - Interface in org.pfsw.tools.cda.base.model
-
Factory to create ClassInformation objects.
- IClassInformationProcessor<TResultData> - Interface in org.pfsw.tools.cda.base.model.processing
-
This filter can be used to collect class info objects according to various
criteria.
- IClassInitializer - Interface in org.pfsw.tools.cda.base.model
-
Specifies the methods that are required to initialize a ClassInformation
object.
- IClassPackageProcessor - Interface in org.pfsw.tools.cda.base.model.processing
-
This filter can be used to collect packages according to various critaria.
- IClassSpace - Interface in org.pfsw.tools.cda.base.model
-
Represents an area where class container and class information objects
are kept.
- IComponentHolder - Interface in org.pfsw.tools.cda.base.model
-
An interface that identifies all objects that hold containers.
- ID - Static variable in class org.pfsw.tools.cda.base.Module
-
- IGenericClassContainerProcessor - Interface in org.pfsw.tools.cda.base.model.processing
-
- IInjectedDependency - Interface in org.pfsw.tools.cda.base.model
-
Represents a dependency that is not statically existing,
but indirectly by injection at runtime.
- IMPLEMENTS - Static variable in class org.pfsw.tools.cda.base.model.ClassInformationDependency
-
- IMutableAnalyzableElementProcessor<E extends IAnalyzableElement> - Interface in org.pfsw.tools.cda.base.model.processing
-
Refines the super interface to allow setting of the element to analyze
and to set a collection of elements that must not match in the matches() method.
- IMutableClassContainerProcessor - Interface in org.pfsw.tools.cda.base.model.processing
-
- IMutableClassInformationProcessor<TResultData> - Interface in org.pfsw.tools.cda.base.model.processing
-
- IMutableClassPackageProcessor - Interface in org.pfsw.tools.cda.base.model.processing
-
- incResolvedClassesCounter() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Increments the internal counter for resolved classes by 1.
- init() - Method in class org.pfsw.tools.cda.base.model.ClassInformationDependency
-
- initFromContainerSpecificationElement(ContainerSpecification) - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
- initHighestClassFileVersion() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
- initHighestClassFileVersion() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
- initHighestClassFileVersion() - Method in class org.pfsw.tools.cda.base.model.Workset
-
- initializationEvent(IWorksetInitializationListener.EventType, Workset) - Method in class org.pfsw.tools.cda.base.model.Workset
-
Will be called for each event during workset initialization.
- initializationEvent(IWorksetInitializationListener.EventType, Workset) - Method in interface org.pfsw.tools.cda.base.model.workset.IWorksetInitializationListener
-
Will be called for each event during workset initialization.
- initialize() - Static method in class org.pfsw.tools.cda.base.Module
-
Loads the module's resource bundle for the default locale.
- initializeClass(ClassInformation) - Method in interface org.pfsw.tools.cda.base.model.IClassInitializer
-
If the given class info object has not yet been initialized from its
corresponding .class file or some other resource then this method will
do it now.
- initializePackages() - Method in class org.pfsw.tools.cda.base.model.ComponentModel
-
Scans the given workset for all packages that match a pattern of one
of the components in the component model.
- initNames(String, String) - Method in class org.pfsw.tools.cda.base.model.container.ContainerNames
-
- initNotFoundClassesContainer(Workset) - Method in class org.pfsw.tools.cda.base.model.ClassSpace
-
- initPhysicalContainers() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Iterate over all (physical) containers and initialize them from additional
meta-data.
- initPreferences() - Method in class org.pfsw.tools.cda.base.global.Preferences
-
- initSimpleName() - Method in class org.pfsw.tools.cda.base.model.container.ContainerNames
-
- inspectString() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns a string representation that is more convenient for object
inspection with JOI.
- inspectString() - Method in class org.pfsw.tools.cda.base.model.ClassInformationDependency
-
Returns a string representation that is more convenient for object
inspection with JOI.
- inspectString() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Returns a string representation that is more convenient for object
inspection with JOI.
- inspectString() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns a string representation that is more convenient for object
inspection with JOI.
- inspectString() - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
Returns a string representation that is more convenient for object
inspection with JOI.
- inspectString() - Method in class org.pfsw.tools.cda.base.model.workset.ContainerInfo
-
- inspectString() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns a string representation that is more convenient for object
inspection with JOI.
- instance() - Static method in class org.pfsw.tools.cda.base.global.Functions
-
Returns the only instance this class supports (design pattern "Singleton")
- instance() - Static method in class org.pfsw.tools.cda.base.global.Preferences
-
Returns the only instance this class supports (design pattern "Singleton")
- instance() - Static method in class org.pfsw.tools.cda.base.util.CollectionUtil
-
Returns the only instance this class supports (design pattern "Singleton")
- instance() - Static method in class org.pfsw.tools.cda.base.util.FileUtil
-
Returns the only instance this class supports (design pattern "Singleton")
- instance() - Static method in class org.pfsw.tools.cda.base.util.StringUtil
-
Returns the only instance this class supports (design pattern "Singleton")
- InterruptableProcessor<T> - Interface in org.pfsw.tools.cda.base.util
-
A generic object processor that can decide whether or not to continue
processing of further objects.
- IResourceInformationProcessor - Interface in org.pfsw.tools.cda.base.model.processing
-
- isAbstract() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns whether or not this class is abstract
- isActive() - Method in class org.pfsw.tools.cda.base.model.util.StringFilter
-
Returns whether or not this filter is currently active
- isActiveAsString() - Method in class org.pfsw.tools.cda.base.model.util.StringFilter
-
- isAnnotation() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns true if this represents an annotation
- isArchive() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
Returns true if the container is actually an archive.
- isArchive() - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
Returns true if the container is actually an archive.
- isAutoReloadable() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns true if this workset should automatically be reloaded on startup
if it was loaded at last shutdown.
- isBinaryAvailable() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns true if the binary class file for this class is available,
otherwise false.
- isClass() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns true if this represents a class
- isClassResolved() - Method in class org.pfsw.tools.cda.base.model.spring.SpringBean
-
Returns whether or not this bean has an associated class and
this class has already been resolved to either null (not found)
or a
ClassInformation
object.
- isComplete() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns true if the class has been completely analyzed
- isContainerClassOf(ClassInformation) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns true if the given class is an inner class of this class.
- isContainerClassOf(String) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns true if the given class name specifies an inner class of this class.
- isCurrentlyAnalyzed() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns true if the class is currently analyzed.
- isDefaultPackage() - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
Returns true if this package represents the default package (i.e "")
- isDirectExtensionOf(ClassInformation) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns true if this class or interface is a direct extension of
the given class or interface.
- isDirectExtensionOf(IType) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns true if this type extends the given type directly.
- isDirectImplementorOf(ClassInformation) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns true if this class directly implements the given interface.
- isDirectImplementorOf(IType) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns true if this type directly implements the given type.
- isDirectory() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
Returns true if the container is actually a directory.
- isDirectory() - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
Returns true if the container is actually a directory.
- isDirty() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns true, if the workset has been modified
- isDirty(boolean) - Method in class org.pfsw.tools.cda.base.model.Workset
-
- isEclipseProjectClasspath() - Method in class org.pfsw.tools.cda.base.model.workset.ClasspathPartDefinition
-
Returns true if this definition refers to the classpath file of an
eclipse project.
- isEmbedded() - Method in class org.pfsw.tools.cda.base.model.container.BundledContainerSpecification
-
- isEmbedded() - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
Returns whether or not this container specification is embedded in
another (bundle) container specification.
- isEmpty() - Method in class org.pfsw.tools.cda.base.model.util.StringFilterCollection
-
- isEmpty() - Method in class org.pfsw.tools.cda.base.model.workset.ClasspathMetadata
-
Returns true if no container info objects are available.
- isEnterpriseApplicationArchive() - Method in class org.pfsw.tools.cda.base.model.workset.ClasspathPartDefinition
-
- isEnterpriseApplicationFile(File) - Method in class org.pfsw.tools.cda.base.util.FileUtil
-
- isEnterpriseApplicationFile(String) - Method in class org.pfsw.tools.cda.base.util.FileUtil
-
- isEnum() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns true if this represents an enum.
- isEqual(StringFilterCollection) - Method in class org.pfsw.tools.cda.base.model.util.StringFilterCollection
-
Returns true if the given filter collection contains exactly the same
filters as this one.
- isEqual(List<ClasspathPartDefinition>, List<ClasspathPartDefinition>) - Method in class org.pfsw.tools.cda.base.model.Workset
-
- isEqual(VariablePool) - Method in class org.pfsw.tools.cda.base.model.workset.VariablePool
-
Returns true if the given variable pool contains the same variables
as this one.
- isExclude() - Method in class org.pfsw.tools.cda.base.model.util.StringFilter
-
Returns true if this filter is an exclude filter.
- isExcludeAsString() - Method in class org.pfsw.tools.cda.base.model.util.StringFilter
-
- isExtendsDependency() - Method in class org.pfsw.tools.cda.base.model.ClassInformationDependency
-
- isExtensionOf(ClassInformation) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns true if this class or interface is a direct or indirect
extension of the given class or interface.
- isFileOfType(String, String) - Method in class org.pfsw.tools.cda.base.util.FileUtil
-
- isFinal() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns whether or not this class is final
- isGreaterThan(ClassFileVersion) - Method in class org.pfsw.tools.cda.base.model.ClassFileVersion
-
Returns true if this class file version is greater than the given one.
- isImplementorOf(ClassInformation) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns true if this class directly or indirectly implementor of
the given interface.
- isImplementsDependency() - Method in class org.pfsw.tools.cda.base.model.ClassInformationDependency
-
- isIncludeResourceFilesOn() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns true if for this workset container should include
resource files in its container analysis.
- isInheritanceDependency() - Method in class org.pfsw.tools.cda.base.model.ClassInformationDependency
-
Returns true if the dependency is due to an inheritance (i.e.
- isInitializable() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
Returns true if this class container can be initialized
- isInnerClass() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- isInnerClass(String, String) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- isInnerClassOf(ClassInformation) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns true if this class is an inner class of the given class.
- isInnerClassOf(String) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns true if this class is an inner class of the class with
the given name.
- isInterface() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns true, if this represents an interface.
- isJavaArchiveFile(File) - Method in class org.pfsw.tools.cda.base.util.FileUtil
-
- isJavaArchiveFile(String) - Method in class org.pfsw.tools.cda.base.util.FileUtil
-
- isJavaModuleInfo() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- isKnownVariable(String) - Method in class org.pfsw.tools.cda.base.model.workset.Variables
-
- isManifestFile(String) - Method in class org.pfsw.tools.cda.base.util.FileUtil
-
- isMetaData() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
Returns true if this class container is defined by meta data rather
than binary files.
- isMetaData() - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
Returns true if this element specifies containers and their content by
meta data rather than defining the location of binary class files.
- isMetaData() - Method in class org.pfsw.tools.cda.base.model.container.OdemXmlContainerSpecification
-
- isNew() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns true, if this workset has not been made persistent and therefore
has no filename associated.
- isNotFound() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns true if the class has been completely analyzed
- isNotFoundContainer() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns true if this is the special container that holds all packages
and classes that have not been found in the workset.
- isNotFoundContainer() - Method in class org.pfsw.tools.cda.base.model.NotFoundClassContainer
-
Returns always true.
- isNull() - Method in class org.pfsw.tools.cda.base.model.util.OptionalValue
-
Returns null if the contained value is null.
- ISoftwareComponentProcessor - Interface in org.pfsw.tools.cda.base.model.processing
-
Interface for processors that handle SoftwareComponent objects.
- isPattern() - Method in class org.pfsw.tools.cda.base.model.workset.ClasspathPartDefinition
-
Returns true, if this definition is a pattern for more than one file.
- isPhysicalArchive() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
Returns true if the container's current physical file system representation
is an archive.
- isPhysicalArchive() - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
Returns true if the container's current physical file system representation
is an archive.
- isPhysicalDirectory() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
Returns true if the container's current physical file system representation
is a directory.
- isPhysicalDirectory() - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
Returns true if the container's current physical file system representation
is a directory.
- isPresent() - Method in class org.pfsw.tools.cda.base.model.util.OptionalValue
-
Returns true if the value has been set and is not null.
- ISpringBeanProcessor - Interface in org.pfsw.tools.cda.base.model.processing
-
A callback function for processing over an arbitrary number of
SpringBean
objects.
- ISpringConfigEntityProcessor - Interface in org.pfsw.tools.cda.base.model.spring
-
- isPublic() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns whether or not this class is public
- isServiceProviderDeclaration() - Method in class org.pfsw.tools.cda.base.model.ResourceInformation
-
Returns true if this resource is a file that declares
service provider implementations for the Java ServiceLoader
mechanism.
- isServiceProviderDeclaration(String) - Method in class org.pfsw.tools.cda.base.util.FileUtil
-
- isShortContainerNamesOn() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns true if container names should be shown in a short form.
- isShortContainerNamesOn() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns true if for this workset container names should be shown
in a short form.
- isSoftwareComponent() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns true if this container represents a modeled software component.
- isSoftwareComponent() - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
Returns true because this container represents a modelled software component.
- isSpringAnalysisEnabled() - Method in class org.pfsw.tools.cda.base.model.Workset
-
Returns whether or not dependencies should also be detected by
analyzing spring bean declarations.
- isSubclassOf(ClassInformation) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns true if the given class is the direct superclass of this class
- isSynthetic() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns whether or not this class is synthetic
- isThirdPartyLibrary() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
Returns true if this container represents a third party library.
- isThirdPartyLibrary() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns true if this container represents a third party library.
- IStoppableRunnable - Interface in org.pfsw.tools.cda.base.model.util
-
A Runnable that can also be stopped.
- IStringChecker - Interface in org.pfsw.tools.cda.base.model.util
-
An interface to match/test given strings.
Combines the IStringFilter and the Predicate interfaces.
- IStringRepresentation - Interface in org.pfsw.tools.cda.base.model
-
The interface model objects must support in order to be handled components
that need a string representation other than toString() provides.
- isUninitialized() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Returns true if the class is not yet analyzed at all.
- isUsesDependency() - Method in class org.pfsw.tools.cda.base.model.ClassInformationDependency
-
- isValid() - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
Returns true if this class container is valid, that is it exists and can
be read from.
- isValid() - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
- isValid() - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Returns true if this class container is valid.
- isValid() - Method in class org.pfsw.tools.cda.base.model.NotFoundClassContainer
-
- isValid() - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
Returns true if this class container is valid.
- isWebApplicationArchive() - Method in class org.pfsw.tools.cda.base.model.workset.ClasspathPartDefinition
-
- isWebApplicationFile(File) - Method in class org.pfsw.tools.cda.base.util.FileUtil
-
- isWebApplicationFile(String) - Method in class org.pfsw.tools.cda.base.util.FileUtil
-
- isWebResourceArchiveFile(File) - Method in class org.pfsw.tools.cda.base.util.FileUtil
-
- isWebResourceArchiveFile(String) - Method in class org.pfsw.tools.cda.base.util.FileUtil
-
- iterator() - Method in class org.pfsw.tools.cda.base.model.container.FilteredContainers
-
- IWorksetInitializationListener - Interface in org.pfsw.tools.cda.base.model.workset
-
Specifies the methods for listeners that need to be informed about the
initialization progress of a workset.
- IWorksetInitializationListener.EventType - Enum in org.pfsw.tools.cda.base.model.workset
-
- SCHEMA_FILENAME - Static variable in interface org.pfsw.tools.cda.base.odem.xml.XMLNames
-
- SCHEMA_NAME - Static variable in interface org.pfsw.tools.cda.base.odem.xml.XMLNames
-
- SCHEMA_URI - Static variable in interface org.pfsw.tools.cda.base.odem.xml.XMLNames
-
- SCHEMA_URI_BASE - Static variable in interface org.pfsw.tools.cda.base.odem.xml.XMLNames
-
- SERVICES_DIR - Static variable in class org.pfsw.tools.cda.base.util.FileUtil
-
- SERVICES_DIR_NAME - Static variable in class org.pfsw.tools.cda.base.util.FileUtil
-
- set(T) - Method in class org.pfsw.tools.cda.base.model.util.OptionalValue
-
Sets the contained value to the given value and
marks this object to have been explicitly set.
- setActive(boolean) - Method in class org.pfsw.tools.cda.base.model.util.StringFilter
-
Sets whether or not this filter is currently active.
- setAlias(String) - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
Sets the alias name of this container.
- setAlias(String) - Method in class org.pfsw.tools.cda.base.model.workset.ContainerInfo
-
- setAliasName(String) - Method in class org.pfsw.tools.cda.base.model.container.ContainerNames
-
- setAnalyzedElement(E) - Method in interface org.pfsw.tools.cda.base.model.processing.IMutableAnalyzableElementProcessor
-
Set the element to be analyzed to a new value (must not null).
- setAutoInsertVariablesIntoClasspath(Boolean) - Method in class org.pfsw.tools.cda.base.global.Preferences
-
- setAutoLoadWorksets(String[]) - Method in class org.pfsw.tools.cda.base.global.Preferences
-
Sets the workset filenames to be loaded automatically at next startup
- setAutoReloadable(Boolean) - Method in class org.pfsw.tools.cda.base.model.Workset
-
- setCache(StructuredCache) - Method in class org.pfsw.tools.cda.base.model.Workset
-
- setCache(Map<String, Map<Object, Object>>) - Method in class org.pfsw.tools.cda.base.model.workset.StructuredCache
-
- setClassContainers(List<GenericClassContainer>) - Method in class org.pfsw.tools.cda.base.model.ClassSpace
-
- setClassDefinition(ClassDefinition) - Method in class org.pfsw.tools.cda.base.model.spring.SpringBean
-
- setClasses(List<ClassInformation>) - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
- setClassesSubFolder(String) - Method in class org.pfsw.tools.cda.base.model.container.BundleContainerSpecification
-
- setClassFileVersion(ClassFileVersion) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- setClassification(TypeClassification) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Set the type classification of this class info.
- setClassification(ContainerClassification) - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
- setClassInitializer(IClassInitializer) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- setClassName(String) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- setClassName(String) - Method in class org.pfsw.tools.cda.base.model.spring.SpringBean
-
- setClasspathElement(ClasspathElement) - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
- setClasspathMetadata(ClasspathMetadata) - Method in class org.pfsw.tools.cda.base.model.Workset
-
- setClasspathParts(List<ClasspathPartDefinition>) - Method in class org.pfsw.tools.cda.base.model.Workset
-
- setClassSpaceAndFactory(ClassSpace) - Method in class org.pfsw.tools.cda.base.model.Workset
-
- setComponentModel(ComponentModel) - Method in class org.pfsw.tools.cda.base.model.Workset
-
- setContainedIn(GenericClassContainer) - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
- setContainer(GenericClassContainer) - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
- setContainerIdentifierCalculator(ContainerIdentifierCalculator) - Method in class org.pfsw.tools.cda.base.model.workset.ContainerInfo
-
- setContainerInfoList(List<ContainerInfo>) - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
- setContainerMetaInfo(List<ContainerInfo>) - Method in class org.pfsw.tools.cda.base.model.workset.ClasspathMetadata
-
- setContainerNames(ContainerNames) - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
- setContainerSpecificationElement(ContainerSpecification) - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
- setContainerType(ContainerType) - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
- setContainerXml(Element) - Method in class org.pfsw.tools.cda.base.model.container.OdemXmlContainerSpecification
-
- setCurrentState(int) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- setDefaultPriority(int) - Method in class org.pfsw.tools.cda.base.util.PrioritySorter
-
Sets the default priority for objects not registered with this sorter
to the given value.
- setDefinition(String) - Method in class org.pfsw.tools.cda.base.model.workset.ClasspathPartDefinition
-
Sets the definition as string
- setDependencyClassification(DependencyClassification) - Method in class org.pfsw.tools.cda.base.model.AnalyzableElementDependency
-
- setDescription(String) - Method in class org.pfsw.tools.cda.base.model.ComponentModel
-
- setDescription(String) - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
- setDescription(String) - Method in class org.pfsw.tools.cda.base.model.Workset
-
Sets the description of this workset
- setEntryName(String) - Method in class org.pfsw.tools.cda.base.model.util.ArchivedFileInfo
-
- setExclude(boolean) - Method in class org.pfsw.tools.cda.base.model.util.StringFilter
-
Sets whether or not this filter matching must be treated as exclude filter.
- setExcludedElements(Collection<E>) - Method in interface org.pfsw.tools.cda.base.model.processing.IMutableAnalyzableElementProcessor
-
Set a collection of elements that must be skipped in the matches() method.
- setExtraContainerDirNames(Set<String>) - Method in class org.pfsw.tools.cda.base.model.container.BundleContainerSpecification
-
- setExtractedFile(File) - Method in class org.pfsw.tools.cda.base.model.util.ArchivedFileInfo
-
- setFilename(String) - Method in class org.pfsw.tools.cda.base.model.Workset
-
Sets the filename this workset was stored under
- setFileRepresentation(File) - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
Sets the given file/folder as physical location in the file system.
- setFileSize(long) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- setFilterAt(int, StringFilter) - Method in class org.pfsw.tools.cda.base.model.util.StringFilterCollection
-
- setFollowIgnorePatterns(StringFilterCollection) - Method in class org.pfsw.tools.cda.base.model.Workset
-
- setFullName(String) - Method in class org.pfsw.tools.cda.base.model.container.ContainerNames
-
- setGlobalVariables(Variables) - Method in class org.pfsw.tools.cda.base.model.Workset
-
- setHasBeenSet(boolean) - Method in class org.pfsw.tools.cda.base.model.util.OptionalValue
-
- setHighestClassFileVersion(ClassFileVersion) - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
- setHighestClassFileVersion(ClassFileVersion) - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
- setHighestClassFileVersion(ClassFileVersion) - Method in class org.pfsw.tools.cda.base.model.Workset
-
- setIdentifier(String) - Method in class org.pfsw.tools.cda.base.model.workset.ContainerInfo
-
- setIncludedComponents(List<SoftwareComponent>) - Method in class org.pfsw.tools.cda.base.model.ComponentModel
-
- setIncludedContainers(List<GenericClassContainer>) - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
- setIncludeResourceFiles(Boolean) - Method in class org.pfsw.tools.cda.base.model.Workset
-
- setInitState(Workset.InitState) - Method in class org.pfsw.tools.cda.base.model.Workset
-
- setIsInnerClass(boolean) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- setLastWorksetDirectory(String) - Method in class org.pfsw.tools.cda.base.global.Preferences
-
Sets the last used workset directory
- setLocalVariables(Variables) - Method in class org.pfsw.tools.cda.base.model.Workset
-
- setMainClass(ClassInformation) - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
- setManifestContent(String) - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
- setMatchFunction(BiFunction<T, T, Boolean>) - Method in class org.pfsw.tools.cda.base.util.PrioritySorter
-
Sets a function that will be used to match registered prioritized objects
against objects from the collection to be sorted.
- setModifiers(int) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- setName(String) - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
- setName(String) - Method in class org.pfsw.tools.cda.base.model.ComponentModel
-
- setName(String) - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
- setName(String) - Method in class org.pfsw.tools.cda.base.model.util.NamedOptionalValue
-
- setName(String) - Method in class org.pfsw.tools.cda.base.model.Workset
-
- setNamedTextAt(int, NamedText) - Method in class org.pfsw.tools.cda.base.model.workset.Variables
-
- setNotFoundClassesContainer(GenericClassContainer) - Method in class org.pfsw.tools.cda.base.model.ClassSpace
-
- setOtherProperties(IObjectProperties) - Method in class org.pfsw.tools.cda.base.model.AModelObject
-
- setOtherProperties(IObjectProperties) - Method in class org.pfsw.tools.cda.base.model.AnalyzableElementDependency
-
- setPackagePatterns(StringPatternCollection) - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
- setParentComponentHolder(IComponentHolder) - Method in class org.pfsw.tools.cda.base.model.SoftwareComponent
-
- setPhysicalName(String) - Method in class org.pfsw.tools.cda.base.model.container.ContainerNames
-
Returns the name of the containser's physical representation (location)
ons the file system.
- setProperty(String, Object) - Method in class org.pfsw.tools.cda.base.model.AModelObject
-
Sets the value of the property with the specified name to the given object.
- setProperty(String, Object) - Method in class org.pfsw.tools.cda.base.model.AnalyzableElementDependency
-
Sets the value of the property with the specified name to the given object.
- setPropertyChangeSupport(PropertyChangeSupport) - Method in class org.pfsw.tools.cda.base.model.Workset
-
- setQualifiedName(String) - Method in class org.pfsw.tools.cda.base.model.container.ContainerNames
-
- setReferredContainers(GenericClassContainer[]) - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
- setReferredPackages(ClassPackage[]) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- setReferredPackages(ClassPackage[]) - Method in class org.pfsw.tools.cda.base.model.ClassPackage
-
- setSetting(String, String) - Method in class org.pfsw.tools.cda.base.global.Preferences
-
Set the preference settings value or null for the given key
- setSettings(Settings) - Method in class org.pfsw.tools.cda.base.global.Preferences
-
- setShortContainerNames(Boolean) - Method in class org.pfsw.tools.cda.base.model.Workset
-
- setSimpleName(String) - Method in class org.pfsw.tools.cda.base.model.container.ContainerNames
-
- setSlot(String, Map<Object, Object>) - Method in class org.pfsw.tools.cda.base.model.workset.StructuredCache
-
- setSource(ClassContainer) - Method in class org.pfsw.tools.cda.base.model.ClassContainerDependency
-
- setSource(ClassInformation) - Method in class org.pfsw.tools.cda.base.model.ClassInformationDependency
-
- setSource(ClassPackage) - Method in class org.pfsw.tools.cda.base.model.ClassPackageDependency
-
- setSource(SoftwareComponent) - Method in class org.pfsw.tools.cda.base.model.SoftwareComponentDependency
-
- setStateAnalyzing() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- setStateComplete() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- setStateNotFound() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- setStereotype(String) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- setSuperClass(ClassInformation) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
Sets the superclass information of this class
- setSupplementaryData(String) - Method in class org.pfsw.tools.cda.base.model.workset.ClasspathPartDefinition
-
- setTarget(ClassContainer) - Method in class org.pfsw.tools.cda.base.model.ClassContainerDependency
-
- setTarget(ClassInformation) - Method in class org.pfsw.tools.cda.base.model.ClassInformationDependency
-
- setTarget(ClassPackage) - Method in class org.pfsw.tools.cda.base.model.ClassPackageDependency
-
- setTarget(SoftwareComponent) - Method in class org.pfsw.tools.cda.base.model.SoftwareComponentDependency
-
- setThirdPartyFlag(boolean) - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
Sets whether or not this container is a third party library
- setThirdPartyFlag(boolean) - Method in class org.pfsw.tools.cda.base.model.workset.ContainerInfo
-
- setType(TypeClassification) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- setType(ClasspathPartDefinitionType) - Method in class org.pfsw.tools.cda.base.model.workset.ClasspathPartDefinition
-
- setValue(T) - Method in class org.pfsw.tools.cda.base.model.util.OptionalValue
-
- setValue(String, String) - Method in class org.pfsw.tools.cda.base.model.workset.Variables
-
- setValueFor(String, Object) - Method in class org.pfsw.tools.cda.base.model.workset.Variables
-
- setVariablePool(VariablePool) - Method in class org.pfsw.tools.cda.base.model.Workset
-
- setVersionFromManifest(Version) - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
- setViewFilters(StringFilterCollection) - Method in class org.pfsw.tools.cda.base.model.Workset
-
- setWithMainMethod(boolean) - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- setWorkset(Workset) - Method in class org.pfsw.tools.cda.base.model.ClassSpace
-
- setWorkset(Workset) - Method in class org.pfsw.tools.cda.base.model.ComponentModel
-
- setWorkset(Workset) - Method in class org.pfsw.tools.cda.base.model.GenericClassContainer
-
- shortDisplayString(IStringFilter) - Method in class org.pfsw.tools.cda.base.model.ClassContainer
-
Returns the short name of this container for display.
- size() - Method in class org.pfsw.tools.cda.base.model.util.StringFilterCollection
-
- size() - Method in class org.pfsw.tools.cda.base.model.workset.Variables
-
- skip(long) - Method in class org.pfsw.tools.cda.base.util.ZipEntryInputStream
-
- SoftwareComponent - Class in org.pfsw.tools.cda.base.model
-
Represents the logical grouping of packages including all their classes
to a software component.
- SoftwareComponent(String, Workset) - Constructor for class org.pfsw.tools.cda.base.model.SoftwareComponent
-
Initialize the new instance with a qualifying name and the workset it belongs to.
- SoftwareComponentDependency - Class in org.pfsw.tools.cda.base.model
-
Represents the dependency of one component (source) to another component (target).
- SoftwareComponentDependency(SoftwareComponent, SoftwareComponent) - Constructor for class org.pfsw.tools.cda.base.model.SoftwareComponentDependency
-
Initialize the new instance with default values.
- sortAscending(Collection<T>) - Method in class org.pfsw.tools.cda.base.util.PrioritySorter
-
Sorts the given list of objects according to their associated priorities.
- sortDescending(Collection<T>) - Method in class org.pfsw.tools.cda.base.util.PrioritySorter
-
Sorts the given list of objects according to their associated priorities
in a descending order.
- SpringBean - Class in org.pfsw.tools.cda.base.model.spring
-
A simplified representation of a spring bean declaration, that contains
all relevant data needed for dependency analysis.
- SpringBean(SpringConfigEntity, String) - Constructor for class org.pfsw.tools.cda.base.model.spring.SpringBean
-
Creates a new instance with the given ID.
- SpringBean(SpringConfigEntity, String, String) - Constructor for class org.pfsw.tools.cda.base.model.spring.SpringBean
-
Creates a new instance with the given ID and className.
- SpringBeanReference - Class in org.pfsw.tools.cda.base.model.spring
-
A reference to a spring bean that holds either the
SpringBean
it refers to or null after it has been resolved.
- SpringBeanReference(String) - Constructor for class org.pfsw.tools.cda.base.model.spring.SpringBeanReference
-
- SpringBeanReference(String, SpringBean) - Constructor for class org.pfsw.tools.cda.base.model.spring.SpringBeanReference
-
- SpringBootManifestEntry - Enum in org.pfsw.tools.cda.base.model.container
-
Specifies manifest entry names of typical spring-boot jar files.
- SpringConfigEntity - Class in org.pfsw.tools.cda.base.model.spring
-
A resource that declares an arbitrary number of spring beans.
- SpringConfigEntity(ResourceInformation) - Constructor for class org.pfsw.tools.cda.base.model.spring.SpringConfigEntity
-
- store() - Method in class org.pfsw.tools.cda.base.global.Preferences
-
Store all preferences to a file 'cda.prefs' in the user's home directory.
- store(String, Object, Object) - Method in class org.pfsw.tools.cda.base.model.workset.StructuredCache
-
Stores in the specified section of the cache the given key/value pair
- storeInCache(String, Object, Object) - Method in class org.pfsw.tools.cda.base.model.Workset
-
Stores the given value under the specified key in the given section
of the cache.
- str() - Method in class org.pfsw.tools.cda.base.global.Preferences
-
- str() - Method in class org.pfsw.tools.cda.base.model.AModelObject
-
- str() - Method in class org.pfsw.tools.cda.base.model.ClassInformation
-
- str() - Method in class org.pfsw.tools.cda.base.model.container.ContainerSpecification
-
- str() - Method in class org.pfsw.tools.cda.base.model.util.ZipEntryFileNamePatterns
-
- str() - Method in class org.pfsw.tools.cda.base.model.workset.Variables
-
- StringFilter - Class in org.pfsw.tools.cda.base.model.util
-
This filter extends StringPattern with the possibility to activate/deactivate
it.
- StringFilter(String, boolean, boolean) - Constructor for class org.pfsw.tools.cda.base.model.util.StringFilter
-
Initializes the new instance with the string pattern and the selection,
if case should be ignored when comparing characters.
- StringFilter(String, boolean) - Constructor for class org.pfsw.tools.cda.base.model.util.StringFilter
-
Initializes the new instance with the string pattern and the selecteion,
if case should be ignored when comparing characters.
- StringFilter(String) - Constructor for class org.pfsw.tools.cda.base.model.util.StringFilter
-
Initializes the new instance with the string pattern.
- StringFilter(String, char) - Constructor for class org.pfsw.tools.cda.base.model.util.StringFilter
-
Initializes the new instance with the string pattern and a digit wildcard
character.
- StringFilter(String, boolean, char) - Constructor for class org.pfsw.tools.cda.base.model.util.StringFilter
-
Initializes the new instance with the string pattern and the selecteion,
if case should be ignored when comparing characters plus a wildcard
character for digits.
- StringFilterCollection - Class in org.pfsw.tools.cda.base.model.util
-
Holds a collection of StringFilter objects and allows to check if a
given string matches any or none of the filters.
- StringFilterCollection() - Constructor for class org.pfsw.tools.cda.base.model.util.StringFilterCollection
-
Creates a new empty filter collection.
- StringFilterCollection(Collection<String>) - Constructor for class org.pfsw.tools.cda.base.model.util.StringFilterCollection
-
Creates a new filter collection initialized with the given collection
of string patterns.
- StringUtil - Class in org.pfsw.tools.cda.base.util
-
Extension of the org.pf.text.StringUtil
- StructuredCache - Class in org.pfsw.tools.cda.base.model.workset
-
This cache can be used to store various objects in different categories.
- StructuredCache() - Constructor for class org.pfsw.tools.cda.base.model.workset.StructuredCache
-
Initialize the new instance with default values.
- SUPPORT_EMPTY_STRING_MATCH - Static variable in class org.pfsw.tools.cda.base.model.util.StringFilter
-