Copyright @ 2002 SAP. All Rights Reserved.
A B C D E F G H I L M N P R S T V W X _

A

ACTIVATION - Static variable in interface com.sap.tc.complib.SourceState
source state type: activation: changes are allowed and activation is required.
addBuildVariant(BuildVariant) - Method in interface com.sap.tc.complib.Compartment
add a new buile variant or overwrite existing one with same name.
addChild(String) - Method in interface com.sap.tc.complib.PropertyElement
Adds a new child to this element.
addChild(String, String) - Method in interface com.sap.tc.complib.PropertyElement
Adds a new child to this element.
addCompartment(Compartment) - Method in interface com.sap.tc.complib.DevelopmentConfiguration
Add a new compartment or overwrite existing one with same name
addProperty(String, String) - Method in interface com.sap.tc.complib.DevelopmentComponent
Adds a property to the list of properties.
addProperty(String, String) - Method in interface com.sap.tc.complib.Compartment
Adds a property to the list of properties.
addProperty(String, String) - Method in interface com.sap.tc.complib.DevelopmentConfiguration
Adds a property to the list of properties.
addProperty(String, String, String) - Method in interface com.sap.tc.complib.DevelopmentComponent
Adds a property to the list of properties.
addProperty(String, String, String) - Method in interface com.sap.tc.complib.Compartment
Adds a property to the list of properties.
addProperty(String, String, String) - Method in interface com.sap.tc.complib.DevelopmentConfiguration
Adds a property to the list of properties.
addUsedCompartment(String) - Method in interface com.sap.tc.complib.Compartment
add a new used compartment
ALIAS_MAX_LENGTH - Static variable in class com.sap.tc.complib.namecheck.NameChecker
 
ASSEMBLY - Static variable in class com.sap.tc.complib.PublicPart.Purpose
Public part needed for packing into the result of the using component
ATTR_XMLNS - Static variable in class com.sap.tc.complib.xml.XMLWriter
 
ATTR_XMLNS_XSI - Static variable in class com.sap.tc.complib.xml.XMLWriter
 
ATTR_XSI_LOCATION - Static variable in class com.sap.tc.complib.xml.XMLWriter
 
Attribute - class com.sap.tc.complib.xml.Attribute.
Helper class representing a name/value pair.
Attribute(String, String) - Constructor for class com.sap.tc.complib.xml.Attribute
Create a new attribute.

B

beginDocument() - Method in class com.sap.tc.complib.xml.XMLWriter
 
beginDocument(String, String) - Method in class com.sap.tc.complib.xml.XMLWriter
 
beginTag(String) - Method in class com.sap.tc.complib.xml.XMLWriter
 
beginTag(String, Attribute[]) - Method in class com.sap.tc.complib.xml.XMLWriter
 
buffer - Variable in class com.sap.tc.complib.xml.Initializable
 
BuildVariant - interface com.sap.tc.complib.BuildVariant.
 

C

CHANGE - Static variable in interface com.sap.tc.complib.SourceState
source state type: changeable but no activation in place In this case you have one location which must be a changeable workspace
CHAR_LABEL_SEPARATOR - Static variable in class com.sap.tc.complib.namecheck.NameChecker
 
CHAR_SEGMENT_SEPARATOR - Static variable in class com.sap.tc.complib.namecheck.NameChecker
 
characters(char[], int, int) - Method in class com.sap.tc.complib.xml.ParserAdapter
characters event wrapper
checkAliasName(String) - Static method in class com.sap.tc.complib.namecheck.NameChecker
Checks an SC Alias name.
checkBuildVariantName(String) - Static method in class com.sap.tc.complib.namecheck.NameChecker
Checks the name of a build variant.
checkCompartmentName(String) - Static method in class com.sap.tc.complib.namecheck.NameChecker
Checks the name of a compartment of a development configuration.
checkComponentName(String) - Static method in class com.sap.tc.complib.namecheck.NameChecker
Checks the name of a development component (name without vendor part).
checkDevelopmentConfigurationName(String) - Static method in class com.sap.tc.complib.namecheck.NameChecker
Checks the name of a development configuration.
checkMandatoryAttribute(String, String, String) - Method in class com.sap.tc.complib.xml.Initializable
utility checking if an mandatory attribute is null
checkMandatoryAttributeNotEmpty(String, String, String) - Method in class com.sap.tc.complib.xml.Initializable
utility checking if an mandatory attribute is null or empty
checkPropertyNotEmptyOrNull(Collection, String, String) - Method in class com.sap.tc.complib.xml.Initializable
utility method checking if a property is empty (Map) or null
checkPropertyNotEmptyOrNull(Map, String, String) - Method in class com.sap.tc.complib.xml.Initializable
utility method checking if a property is empty (Collection) or null
checkPropertyNotEmptyOrNull(String, String, String) - Method in class com.sap.tc.complib.xml.Initializable
utility method checking if a property is empty (String) or null
checkPropertyNotNull(Object, String, String) - Method in class com.sap.tc.complib.xml.Initializable
utility method checking if a property is null
checkPublicPartName(String) - Static method in class com.sap.tc.complib.namecheck.NameChecker
Checks the name of a public part of a component.
checkSoftwareComponentName(String) - Static method in class com.sap.tc.complib.namecheck.NameChecker
Checks the name of a software component (name without vendor part).
checkVendorName(String) - Static method in class com.sap.tc.complib.namecheck.NameChecker
Checks the vendor part of a component's name Vendor names consist of multiple segments sepratated by '.'
clearBuffer - Variable in class com.sap.tc.complib.xml.Initializable
string buffer for collection of tag value parts
close() - Method in class com.sap.tc.complib.xml.XMLWriter
 
com.sap.tc.complib - package com.sap.tc.complib
Provides classes and interfaces for the creation and manipulation of development components, software components and public parts.
com.sap.tc.complib.namecheck - package com.sap.tc.complib.namecheck
Provides helper classes for checking names of components.
com.sap.tc.complib.provider - package com.sap.tc.complib.provider
Provides classes and interfaces for the serialization or initialization of components and public parts to or from their corresponding description files.
com.sap.tc.complib.validate - package com.sap.tc.complib.validate
Provides classes and interfaces for the validation of components and public parts.
com.sap.tc.complib.xml - package com.sap.tc.complib.xml
Provides helper classes for writing and parsing of XML documents.
Compartment - interface com.sap.tc.complib.Compartment.
Compartment models one compartmnet of a development configuration.
COMPARTMENT_MAX_LENGTH - Static variable in class com.sap.tc.complib.namecheck.NameChecker
 
CompartmentEmptyException - exception com.sap.tc.complib.validate.CompartmentEmptyException.
The exception is thrown if a compartmnet contains neither a source state nor an archive state of the respective software component.
CompartmentEmptyException(String) - Constructor for class com.sap.tc.complib.validate.CompartmentEmptyException
 
CompartmentLocalAndRemoteException - exception com.sap.tc.complib.validate.CompartmentLocalAndRemoteException.
The exception is thrown if a compartment definition contains incomaptaible statments.
CompartmentLocalAndRemoteException(String) - Constructor for class com.sap.tc.complib.validate.CompartmentLocalAndRemoteException
 
COMPILATION - Static variable in class com.sap.tc.complib.PublicPart.Purpose
Public part needed for compilation of the using component
Component - interface com.sap.tc.complib.Component.
Interface representing components in general.
COMPONENT_ROOT_FOLDER_NAME - Static variable in class com.sap.tc.complib.namecheck.NameChecker
 
ComponentFactory - class com.sap.tc.complib.ComponentFactory.
Factory for creating components, public parts, packages and dependencies, and for marshalling/unmarshalling of components and public parts.
ComponentFactory() - Constructor for class com.sap.tc.complib.ComponentFactory
 
ComponentReference - interface com.sap.tc.complib.ComponentReference.
Interfaces representing references to components in general.
ComponentType - class com.sap.tc.complib.ComponentType.
Class representing component and build templates.
ComponentType() - Constructor for class com.sap.tc.complib.ComponentType
Creates a new empty template instance.
ComponentType(String, String) - Constructor for class com.sap.tc.complib.ComponentType
Creates a new template instance with given vendor id and type.
ConfigurationException - exception com.sap.tc.complib.ConfigurationException.
Title: Description: Copyright: Copyright (c) 2002 Company:
ConfigurationException() - Constructor for class com.sap.tc.complib.ConfigurationException
 
ConfigurationException(String) - Constructor for class com.sap.tc.complib.ConfigurationException
 
ConfigurationFactory - class com.sap.tc.complib.ConfigurationFactory.
Factory for creating configurations, compartments, buildVariants, repository descriptions, source state descriptions for marshalling/unmarshalling of configurations
ConfigurationFactory() - Constructor for class com.sap.tc.complib.ConfigurationFactory
 
ConfigurationInputProvider - interface com.sap.tc.complib.provider.ConfigurationInputProvider.
 
ConfigurationOutputProvider - interface com.sap.tc.complib.provider.ConfigurationOutputProvider.
 
countChildren() - Method in interface com.sap.tc.complib.PropertyElement
Returns the number of children of this element.
createBuildVariant() - Static method in class com.sap.tc.complib.ConfigurationFactory
Create an uninitialized BuildVariant instance
createBuildVariant(String) - Static method in class com.sap.tc.complib.ConfigurationFactory
Create a BuildVariant
createBuildVariant(String, boolean) - Static method in class com.sap.tc.complib.ConfigurationFactory
Create a partially initialized BuildVariant (without options).
createCompartment() - Static method in class com.sap.tc.complib.ConfigurationFactory
Create an uninitialized Compartment instance
createCompartment(String, String, String) - Static method in class com.sap.tc.complib.ConfigurationFactory
Create an intialized Compartment instance for a compartment with archive state only name compartment name scName name attribute of contained software component scVendor vendor attribute of contained software component
createCompartment(String, String, String, boolean, SourceState) - Static method in class com.sap.tc.complib.ConfigurationFactory
Create an intialized Compartment instance for a compartmnet with sourceState name compartment name scName name attribute of contained software component scVendor vendor attribute of contained software component hasArchiveState boolean telling if the compartment contains foreign archives sourceState SourceState object to describe the contained source state
createDependency() - Static method in class com.sap.tc.complib.ComponentFactory
Creates a new empty dependency.
createDependency(DCReference, DevelopmentComponent) - Static method in class com.sap.tc.complib.ComponentFactory
Creates a new dependency instance that points to the given component and adds the dependency to the given DC.
createDependency(PPReference, DevelopmentComponent) - Static method in class com.sap.tc.complib.ComponentFactory
Creates a new dependency instance that points to the given public part and adds the dependency to the given DC.
createDevelopmentComponent() - Static method in class com.sap.tc.complib.ComponentFactory
Creates a new empty development component instance.
createDevelopmentComponent(String, String, ComponentType) - Static method in class com.sap.tc.complib.ComponentFactory
Creates a new development component with given name, vendor id and component type.
createDevelopmentConfiguration() - Static method in class com.sap.tc.complib.ConfigurationFactory
Create an unitialized DevelopmentConfiguration instance
createDevelopmentConfiguration(String, String, String, String, String) - Static method in class com.sap.tc.complib.ConfigurationFactory
Create a DevelopmentConfiguration instance with initialized attributes but no children
createEntity() - Static method in class com.sap.tc.complib.ComponentFactory
Creates a new empty entity instance.
createEntity(String, String, PublicPart) - Static method in class com.sap.tc.complib.ComponentFactory
Creates a new entity instance with given name and adds that entity to the given public part.
createImportedEntity() - Static method in class com.sap.tc.complib.ComponentFactory
Creates a new empty imported entity instance.
createImportedEntity(String, String, PublicPart) - Static method in class com.sap.tc.complib.ComponentFactory
Creates a new imported entity instance with given name and adds that entity to the given public part.
createProperty() - Static method in class com.sap.tc.complib.ComponentFactory
Creates a new empty property instance.
createProperty(String, DevelopmentComponent) - Static method in class com.sap.tc.complib.ComponentFactory
Creates a new property instance with the given name and adds that property to the given development component.
createProperty(String, String, String, DevelopmentComponent) - Static method in class com.sap.tc.complib.ComponentFactory
Creates a new property instance with given name, namespace prefix and URI and adds that property to the given development component
createPublicPart() - Static method in class com.sap.tc.complib.ComponentFactory
Creates a new empty public part instance.
createPublicPart(String, DevelopmentComponent) - Static method in class com.sap.tc.complib.ComponentFactory
Creates a new public part instance with given name and adds that public part to the given development component
createRepository() - Static method in class com.sap.tc.complib.ConfigurationFactory
Create an uninitialized Repository instance
createRepository(String, String) - Static method in class com.sap.tc.complib.ConfigurationFactory
Create an initialized Repository instance
createSoftwareComponent() - Static method in class com.sap.tc.complib.ComponentFactory
Creates a new empty software component instance.
createSoftwareComponent(String, String) - Static method in class com.sap.tc.complib.ComponentFactory
Creates a new software component with given name, vendor id and component type.
createSourceState() - Static method in class com.sap.tc.complib.ConfigurationFactory
Create an uninitialized SourceState instance
createSourceStateForChange(Repository, String) - Static method in class com.sap.tc.complib.ConfigurationFactory
Create a SourceState object for a source state for which chnages are allowed bit no activation.
createSourceStateForRead(Repository, String) - Static method in class com.sap.tc.complib.ConfigurationFactory
Create a SourceState object for a source state for which neither change nor activation is allowed.
createSourceStateWithActivation(Repository, String, String) - Static method in class com.sap.tc.complib.ConfigurationFactory
Create an a SourceState object for source state for which activation is allowed

D

DC_MAX_LENGTH - Static variable in class com.sap.tc.complib.namecheck.NameChecker
 
DCInputProvider - interface com.sap.tc.complib.provider.DCInputProvider.
This interface represents a generic provider for input streams used to unmarshal development components.
DCOutputProvider - interface com.sap.tc.complib.provider.DCOutputProvider.
This interface represents a generic provider for output streams used to marshal development components.
DCReference - class com.sap.tc.complib.DCReference.
References to development components.
DCReference() - Constructor for class com.sap.tc.complib.DCReference
Creates a new empty instance.
DCReference(String, String) - Constructor for class com.sap.tc.complib.DCReference
Creates a new instance with given name and vendor id.
DCReference(String, String, String) - Constructor for class com.sap.tc.complib.DCReference
Creates a new instance with given name and vendor id.
DEFCONF_MAX_LENGTH - Static variable in class com.sap.tc.complib.namecheck.NameChecker
 
Dependency - interface com.sap.tc.complib.Dependency.
Interface representing dependencies between development components, or development component and public parts.
DevelopmentComponent - interface com.sap.tc.complib.DevelopmentComponent.
Interface representing development components.
DevelopmentConfiguration - interface com.sap.tc.complib.DevelopmentConfiguration.
interface for configuration objects which are the root of the typed DOM for a development configuration.
doSerialize(String, String) - Method in class com.sap.tc.complib.xml.Initializable
 
dropTagValue() - Method in class com.sap.tc.complib.xml.Initializable
Reject the value of the tag.

E

emptyBuildVariants() - Method in interface com.sap.tc.complib.Compartment
remove all entries from the alias map or return anew empty map
emptyChildren() - Method in interface com.sap.tc.complib.PropertyElement
Removes all children of this element.
emptyCompartments() - Method in interface com.sap.tc.complib.DevelopmentConfiguration
Removes all entries from the Map of compartments, or creates a new empty Map.
emptyDependencies() - Method in interface com.sap.tc.complib.DevelopmentComponent
Removes the entries from the list of dependencies, or creates a new empty dependency list.
emptyDependencies() - Method in interface com.sap.tc.complib.SoftwareComponent
Removes the entries from the list of dependencies, or creates a new empty dependency list.
emptyEnclosedComponents() - Method in interface com.sap.tc.complib.DevelopmentComponent
Removes the entries from the list of enclosed components, or creates a new empty enclosure list.
emptyEntities() - Method in interface com.sap.tc.complib.PublicPart
Removes the entries from the list of entities, or creates a new empty list.
emptyExcludes() - Method in class com.sap.tc.complib.FileSet
Removes the entries from the list of excludes, or creates a new empty exclude list.
emptyGrants() - Method in interface com.sap.tc.complib.DevelopmentComponent
Removes the entries from the list of grants, or creates a new empty grant list.
emptyGrants() - Method in interface com.sap.tc.complib.SoftwareComponent
Removes the entries from the list of grants, or creates a new empty grant list.
emptyGrants() - Method in interface com.sap.tc.complib.PublicPart
Removes the entries from the list of grants, or creates a new empty grant list.
emptyImportedEntities() - Method in interface com.sap.tc.complib.PublicPart
Removes the entries from the list of imported entities, or creates a new empty list.
emptyIncludes() - Method in class com.sap.tc.complib.FileSet
Removes the entries from the list of includes, or creates a new empty include list.
emptyPackageFolders() - Method in interface com.sap.tc.complib.DevelopmentComponent
Removes the entries from the list of package folders, or creates a new empty package folder list.
emptyProperties() - Method in interface com.sap.tc.complib.DevelopmentComponent
Removes the entries from the list of properties, or creates a new empty property list.
emptyProperties() - Method in interface com.sap.tc.complib.Compartment
Removes the entries from the list of properties, or creates a new empty property list.
emptyProperties() - Method in interface com.sap.tc.complib.DevelopmentConfiguration
Removes the entries from the list of properties, or creates a new empty property list.
emptyPublicParts() - Method in interface com.sap.tc.complib.DevelopmentComponent
Removes the entries from the list of public parts, or creates a new empty public part list.
emptyScAliases() - Method in interface com.sap.tc.complib.Compartment
remove all entries from the alias map or return anew empty map
emptySourceFolders() - Method in interface com.sap.tc.complib.DevelopmentComponent
Removes the entries from the list of source folders, or creates a new empty source folder list.
emptyUsedCompartments() - Method in interface com.sap.tc.complib.Compartment
remove all entries from the used compartments Set or return a new empty set
emptyVariantMapping() - Method in interface com.sap.tc.complib.BuildVariant
Remove all mappings from the map or create an empty Map.
encodeXml(String) - Static method in class com.sap.tc.complib.xml.XMLWriter
 
endDocument() - Method in class com.sap.tc.complib.xml.Initializable
 
endDocument() - Method in class com.sap.tc.complib.xml.XMLWriter
 
endElement(String, String, String) - Method in class com.sap.tc.complib.xml.ParserAdapter
endElement event wrapper
endTag(String) - Method in class com.sap.tc.complib.EntityReference
 
endTag(String) - Method in class com.sap.tc.complib.xml.Initializable
 
endTag(String) - Method in class com.sap.tc.complib.xml.XMLWriter
 
Entity - interface com.sap.tc.complib.Entity.
Interface representing an entity of a development component.
EntityReference - class com.sap.tc.complib.EntityReference.
Reference to an entity.
EntityReference() - Constructor for class com.sap.tc.complib.EntityReference
Creates a new empty instance
EntityReference(String, String, DCReference) - Constructor for class com.sap.tc.complib.EntityReference
Creates a new instance with given name and reference to a certain public part of a given development component.
equals(Dependency) - Method in interface com.sap.tc.complib.Dependency
Determines whether this instance is equal to the one passed as parameter.
equals(Object) - Method in class com.sap.tc.complib.ComponentType
Determines whether the given ComponentType object is "equal to" this one.
equals(Object) - Method in class com.sap.tc.complib.PPReference
 
equals(Object) - Method in class com.sap.tc.complib.DCReference
Determines whether the given DCReference object is "equal to" this one.
equals(Object) - Method in class com.sap.tc.complib.EntityReference
 
equals(Object) - Method in class com.sap.tc.complib.SCReference
 
ERROR_EMPTY_STRING - Static variable in class com.sap.tc.complib.namecheck.NameCheckException
The string to be checked is empty
ERROR_ILLEGAL_CHARACTER - Static variable in class com.sap.tc.complib.namecheck.NameCheckException
A character was found which is not part of the character set allowed for this type of name.
ERROR_ILLEGAL_END - Static variable in class com.sap.tc.complib.namecheck.NameCheckException
The name ends with a character not allowed at this position.
ERROR_ILLEGAL_SECTION_END - Static variable in class com.sap.tc.complib.namecheck.NameCheckException
A section of a structured name ends with a character not allowed at this position.
ERROR_ILLEGAL_SECTION_START - Static variable in class com.sap.tc.complib.namecheck.NameCheckException
A section of a structured name starts with a character not allowed at this position.
ERROR_NAME_TOO_LONG - Static variable in class com.sap.tc.complib.namecheck.NameCheckException
The name is too long.
ERROR_RESERVED_SEGMENT - Static variable in class com.sap.tc.complib.namecheck.NameCheckException
The name contains a reserved word as a name segment.

F

FileConfigInputProvider - class com.sap.tc.complib.provider.FileConfigInputProvider.
 
FileConfigInputProvider(String, String) - Constructor for class com.sap.tc.complib.provider.FileConfigInputProvider
 
FileConfigOutputProvider - class com.sap.tc.complib.provider.FileConfigOutputProvider.
 
FileConfigOutputProvider(String, String) - Constructor for class com.sap.tc.complib.provider.FileConfigOutputProvider
 
FileConfigProvider - class com.sap.tc.complib.provider.FileConfigProvider.
 
FileConfigProvider(String, String) - Constructor for class com.sap.tc.complib.provider.FileConfigProvider
 
FileInputProvider - class com.sap.tc.complib.provider.FileInputProvider.
This class implements a DCInputProvider used to unmarshal development components from a local file system.
FileInputProvider(String, ComponentReference) - Constructor for class com.sap.tc.complib.provider.FileInputProvider
Creates an provider for the given root path and component.
FileOutputProvider - class com.sap.tc.complib.provider.FileOutputProvider.
This class implements a DCOutputProvider used to marshal development components to a local file system.
FileOutputProvider(String, Component) - Constructor for class com.sap.tc.complib.provider.FileOutputProvider
Creates an output provider for the given root path and component.
FileSet - class com.sap.tc.complib.FileSet.
Set of included/excluded files defining an entity file set.
FileSet() - Constructor for class com.sap.tc.complib.FileSet
 
firstChild() - Method in interface com.sap.tc.complib.PropertyElement
Returns the first child of this element.

G

getAttributes() - Method in interface com.sap.tc.complib.PropertyElement
 
getAttributes() - Method in class com.sap.tc.complib.xml.Initializable
 
getAttributes(Attributes) - Method in class com.sap.tc.complib.xml.Initializable
Converts SAX attributes to an attribute array
getBooleanValue() - Method in class com.sap.tc.complib.xml.Initializable
Returns the boolean values of a tag.
getBooleanValue(String, String, String) - Method in class com.sap.tc.complib.xml.Initializable
utility function converting a string false/true or yes/no into a boolean
getBuildOptionNames() - Method in interface com.sap.tc.complib.BuildVariant
gets a List with the names of the build options for this build variant
getBuildOptionValues(String) - Method in interface com.sap.tc.complib.BuildVariant
gets a List with the values of the build option.
getBuildPlugin() - Method in interface com.sap.tc.complib.DevelopmentComponent
Returns the build plugin for this development component.
getBuildServer() - Method in interface com.sap.tc.complib.DevelopmentConfiguration
gets the URL of the buildserver
getBuildTimeQualifier() - Method in interface com.sap.tc.complib.Dependency
 
getBuildVariants() - Method in interface com.sap.tc.complib.Compartment
gets a Map with the build variants for this Compartment interface.
getCaption() - Method in interface com.sap.tc.complib.Package
Returns a human readable name of the package
getCaption() - Method in interface com.sap.tc.complib.Entity
Returns a human readable name of the entity
getCaption() - Method in interface com.sap.tc.complib.Compartment
gets the display name
getCaption() - Method in interface com.sap.tc.complib.DevelopmentConfiguration
gets the display name
getCaption() - Method in interface com.sap.tc.complib.Component
Returns a human readable name of the component
getCaption() - Method in interface com.sap.tc.complib.PublicPart
Returns a human readable name of the public part
getCause() - Method in class com.sap.tc.complib.provider.ProviderException
get the excpetion that caused this ValidationException.
getCause() - Method in class com.sap.tc.complib.xml.ParserException
Return the embedded exception, if any.
getCause() - Method in class com.sap.tc.complib.xml.XMLException
get the excpetion that caused this ValidationException.
getCause() - Method in class com.sap.tc.complib.validate.ValidationException
get the excpetion that caused this ValidationException.
getCheckedString() - Method in class com.sap.tc.complib.namecheck.NameCheckException
Returns the checked string.
getChild(String) - Method in interface com.sap.tc.complib.PropertyElement
Returns the child specified by its name.
getChildren() - Method in interface com.sap.tc.complib.PropertyElement
Returns the children of this element.
getChildValue(String) - Method in interface com.sap.tc.complib.PropertyElement
Returns the value of a child of this element specified by its name.
getChildValues() - Method in interface com.sap.tc.complib.PropertyElement
Returns the simple values of all children of this element.
getCMS() - Method in interface com.sap.tc.complib.DevelopmentConfiguration
get the URL of the Change Management Server where this configuration is maintained.
getCompartmentByAlias(String, String) - Method in interface com.sap.tc.complib.DevelopmentConfiguration
gets the default compartment for the specified software component
getCompartmentName() - Method in class com.sap.tc.complib.validate.CompartmentLocalAndRemoteException
 
getCompartmentName() - Method in class com.sap.tc.complib.validate.CompartmentEmptyException
 
getCompartments() - Method in interface com.sap.tc.complib.DevelopmentConfiguration
get the Map with Compartment objects for all compartments The compartmnet name is used the key in the map
getComponent() - Method in interface com.sap.tc.complib.Dependency
Returns the development or software component to which this dependency points.
getComponent() - Method in class com.sap.tc.complib.PPReference
Returns the development component to which the referenced public part belongs
getComponent() - Method in interface com.sap.tc.complib.ImportedEntity
Returns the component of the referenced entity
getComponent() - Method in class com.sap.tc.complib.EntityReference
 
getComponentType() - Method in interface com.sap.tc.complib.DevelopmentComponent
Returns the component type of this development component.
getConfDefFileName() - Method in class com.sap.tc.complib.provider.FileConfigProvider
 
getConfigFile() - Method in class com.sap.tc.complib.provider.FileConfigProvider
 
getConfigVersion() - Method in interface com.sap.tc.complib.DevelopmentConfiguration
gets the version of the configuration definition file
getDefaultCompartmentForSC(String, String) - Method in interface com.sap.tc.complib.DevelopmentConfiguration
gets the default compartment for the specified software component.
getDependencies() - Method in interface com.sap.tc.complib.DevelopmentComponent
Returns the dependencies this development component declares.
getDependencies() - Method in interface com.sap.tc.complib.SoftwareComponent
Returns the dependencies this software component declares.
getDeployTimeQualifier() - Method in interface com.sap.tc.complib.Dependency
 
getDescription() - Method in interface com.sap.tc.complib.Package
Returns the description of the package
getDescription() - Method in interface com.sap.tc.complib.Entity
Returns the description of the entity
getDescription() - Method in interface com.sap.tc.complib.Compartment
gets the String describing the purpose of the compartment
getDescription() - Method in interface com.sap.tc.complib.DevelopmentConfiguration
gets the description of the purpose of the configuration
getDescription() - Method in interface com.sap.tc.complib.Component
Returns the description of the component
getDescription() - Method in interface com.sap.tc.complib.PublicPart
Returns the description of the public part
getDesignTimeQualifier() - Method in interface com.sap.tc.complib.Dependency
 
getDocumentTypeVersion() - Method in interface com.sap.tc.complib.DevelopmentConfiguration
Deprecated. replaced by #getSchemaVersion()
getDoubleValue() - Method in class com.sap.tc.complib.xml.Initializable
getter for double values of tags. to be called in endTag event
getEnclosedComponents() - Method in interface com.sap.tc.complib.DevelopmentComponent
Returns the inner components of this component.
getEnclosingComponent() - Method in interface com.sap.tc.complib.DevelopmentComponent
Returns the enclosing component of this component.
getEntities() - Method in interface com.sap.tc.complib.PublicPart
Returns the entities this public part declares.
getError() - Method in class com.sap.tc.complib.namecheck.NameCheckException
get the error code.
getErrorPosition() - Method in class com.sap.tc.complib.namecheck.NameCheckException
Returns the position of the error in the name (staring with 0).
getExcludes() - Method in class com.sap.tc.complib.FileSet
Returns the list of excluded files.
getFileSet() - Method in interface com.sap.tc.complib.Entity
 
getFloatValue() - Method in class com.sap.tc.complib.xml.Initializable
getter for float values of tags. to be called in endTag event
getGrants() - Method in interface com.sap.tc.complib.DevelopmentComponent
Returns the grants this development components declares.
getGrants() - Method in interface com.sap.tc.complib.SoftwareComponent
Returns the grants this development components declares.
getGrants() - Method in interface com.sap.tc.complib.PublicPart
Returns the grants this public part declares.
getHasArchiveState() - Method in interface com.sap.tc.complib.Compartment
get the information whether this compartment contains at least partially an archive state.
getIllegalAttributeMessage(String, String, String) - Method in class com.sap.tc.complib.xml.Initializable
utility returning message for exception for illegal atributes of XML tag
getImportedEntities() - Method in interface com.sap.tc.complib.PublicPart
Returns the entities this public part imports from inner components.
getInactiveLocation() - Method in interface com.sap.tc.complib.SourceState
gets the String with the inactive location.
getIncludes() - Method in class com.sap.tc.complib.FileSet
Returns the list of included files.
getIntegerValue() - Method in class com.sap.tc.complib.xml.Initializable
getter for integer values of tags. to be called in endTag event
getInvalidContent() - Method in class com.sap.tc.complib.validate.InvalidElementContent
Returns the property that caused this exception.
getInvalidMember() - Method in class com.sap.tc.complib.validate.InvalidMemberException
Returns the property or attribute that caused this exception.
getInvalidMemberName() - Method in class com.sap.tc.complib.validate.InvalidMemberException
Returns the name of the member that caused this exception.
getIsRequired() - Method in interface com.sap.tc.complib.BuildVariant
gets if the make of this build variant is required for sucessful activation
getLocalArchiveFolder() - Method in interface com.sap.tc.complib.Compartment
Returns the name of local archive Folder where pre-installed archives are located.
getLocation() - Method in interface com.sap.tc.complib.SourceState
gets the String with the location.
getLocation() - Method in interface com.sap.tc.complib.DevelopmentConfiguration
gets the Software-Logistics location to which this confoguration belongs
getLongValue() - Method in class com.sap.tc.complib.xml.Initializable
getter for long values of tags. to be called in endTag event
getMessage() - Method in class com.sap.tc.complib.namecheck.NameCheckException
Returns the exception message.
getMessage() - Method in class com.sap.tc.complib.provider.ProviderException
get the excpetion message String
getMessage() - Method in class com.sap.tc.complib.xml.ParserException
Return a detail message for this exception.
getMessage() - Method in class com.sap.tc.complib.xml.XMLException
get the excpetion message String
getMessage() - Method in class com.sap.tc.complib.validate.ValidationException
get the excpetion message String
getMessage() - Method in class com.sap.tc.complib.validate.MissingElementException
Returns the exception message.
getMessage() - Method in class com.sap.tc.complib.validate.InvalidMemberException
Returns the exception message.
getMissingMember() - Method in class com.sap.tc.complib.validate.MissingElementException
Returns the name of the missing member.
getMissingTagMessage(String, String) - Method in class com.sap.tc.complib.xml.Initializable
utility returning Exception message for missing mandatory tags
getName() - Method in interface com.sap.tc.complib.Package
Returns the name of the package
getName() - Method in interface com.sap.tc.complib.Entity
Returns the name of the entity
getName() - Method in class com.sap.tc.complib.PPReference
Returns the name of the referenced public part
getName() - Method in class com.sap.tc.complib.DCReference
Returns the name of the referenced component
getName() - Method in interface com.sap.tc.complib.BuildVariant
gets ethe name of the build variant
getName() - Method in interface com.sap.tc.complib.Compartment
get the String with the techincal name of the compartment.
getName() - Method in interface com.sap.tc.complib.ImportedEntity
Returns the name of the referenced entity
getName() - Method in interface com.sap.tc.complib.PropertyElement
Returns the name of this property element.
getName() - Method in interface com.sap.tc.complib.ComponentReference
Returns the name of the referenced component
getName() - Method in class com.sap.tc.complib.EntityReference
 
getName() - Method in interface com.sap.tc.complib.DevelopmentConfiguration
gets the technical identifier of the configuration as a String
getName() - Method in class com.sap.tc.complib.SCReference
Returns the name of the referenced component
getName() - Method in interface com.sap.tc.complib.Component
Returns the name of the component
getName() - Method in interface com.sap.tc.complib.PublicPart
Returns the name of the public part
getNameServer() - Method in interface com.sap.tc.complib.DevelopmentConfiguration
get the URL of the name server that is used for this configuration
getNamespace() - Method in interface com.sap.tc.complib.PropertyElement
 
getNamespacePrefix() - Method in interface com.sap.tc.complib.PropertyElement
 
getOriginalDocumentTypeVersion() - Method in interface com.sap.tc.complib.DevelopmentConfiguration
Deprecated.  
getPackageFolders() - Method in interface com.sap.tc.complib.DevelopmentComponent
Returns the package folders this development component declares.
getPackageName() - Method in interface com.sap.tc.complib.Entity
Returns the package to which this entity belongs.
getPackageName() - Method in interface com.sap.tc.complib.ImportedEntity
Returns the name of the package the referenced entity belongs to
getPackageName() - Method in class com.sap.tc.complib.EntityReference
 
getParent() - Method in interface com.sap.tc.complib.PropertyElement
Returns the parent of this element.
getPPInputProvider(String) - Method in class com.sap.tc.complib.provider.FileInputProvider
Returns an input provider for the public parts of the selected component.
getPPInputProvider(String) - Method in interface com.sap.tc.complib.provider.DCInputProvider
Returns an input provider for the public parts of the given DC.
getPPOutputProvider(String) - Method in interface com.sap.tc.complib.provider.DCOutputProvider
Returns an output provider for the public parts of the given DC.
getPPOutputProvider(String) - Method in class com.sap.tc.complib.provider.StreamDCOutputProvider
 
getPPOutputProvider(String) - Method in class com.sap.tc.complib.provider.FileOutputProvider
Returns an output provider for the public parts of the given DC.
getProperties() - Method in interface com.sap.tc.complib.DevelopmentComponent
Returns the properties of this development component.
getProperties() - Method in interface com.sap.tc.complib.Compartment
Returns the list of properties.
getProperties() - Method in interface com.sap.tc.complib.DevelopmentConfiguration
Returns the list of properties.
getProperty(String) - Method in interface com.sap.tc.complib.DevelopmentComponent
Returns the property matching the given name.
getProperty(String) - Method in interface com.sap.tc.complib.Compartment
Returns the property matching the given name.
getProperty(String) - Method in interface com.sap.tc.complib.DevelopmentConfiguration
Returns the property matching the given name.
getProperty(String, String) - Method in interface com.sap.tc.complib.DevelopmentComponent
Returns the property matching the given name and namespace.
getProperty(String, String) - Method in interface com.sap.tc.complib.Compartment
Returns the property matching the given name and namespace.
getProperty(String, String) - Method in interface com.sap.tc.complib.DevelopmentConfiguration
Returns the property matching the given name and namespace.
getPublicPart() - Method in interface com.sap.tc.complib.Dependency
Returns the public part to which this dependency points (if any).
getPublicPart() - Method in interface com.sap.tc.complib.ImportedEntity
Returns the public part of the referenced entity
getPublicPart() - Method in class com.sap.tc.complib.EntityReference
 
getPublicPartDependency() - Method in interface com.sap.tc.complib.Dependency
Returns this dependency as reference to a public part.
getPublicParts() - Method in interface com.sap.tc.complib.DevelopmentComponent
Returns the public parts this development component declares.
getPublicParts() - Method in class com.sap.tc.complib.provider.FileInputProvider
Returns a list of the public parts of the given DC.
getPublicParts() - Method in interface com.sap.tc.complib.provider.DCInputProvider
Returns a list of the public parts of the given DC.
getPurpose() - Method in interface com.sap.tc.complib.PublicPart
Returns the purpose of the public part
getQName() - Method in interface com.sap.tc.complib.PropertyElement
 
getRepository() - Method in interface com.sap.tc.complib.SourceState
gets the Repository object with the server parameters
getRuntimeQuialifier() - Method in interface com.sap.tc.complib.Dependency
Returs the qualifier of the runtime dependency, for example "weak" or "strong".
getSCAlias() - Method in class com.sap.tc.complib.DCReference
Returns the optional SC alias of the referenced component
getSCAlias() - Method in interface com.sap.tc.complib.ComponentReference
Returns the optional SC alias of the referenced component
getSCAlias() - Method in class com.sap.tc.complib.SCReference
Returns the optional SC alias of the referenced component
getSCAlias(String) - Method in interface com.sap.tc.complib.Compartment
get the alias name for compartment with some SC that is used by this one.
getScAliases() - Method in interface com.sap.tc.complib.Compartment
get Map with the mapping of alias name to the name of the target compartment.
getSchema() - Method in interface com.sap.tc.complib.DevelopmentComponent
Returns a stream containing the XML schema used by development component description files.
getSchema() - Method in interface com.sap.tc.complib.SoftwareComponent
Returns a stream containing the XML schema used by software component description files.
getSchema() - Method in interface com.sap.tc.complib.PublicPart
Returns a stream containing the XML schema used by public parts description files.
getSchemaVersion() - Method in interface com.sap.tc.complib.DevelopmentComponent
Returns the currently active schema version.
getSchemaVersion() - Method in interface com.sap.tc.complib.SoftwareComponent
Returns the currently active schema version.
getSchemaVersion() - Method in interface com.sap.tc.complib.DevelopmentConfiguration
Returns the currently active schema version.
getSchemaVersion() - Method in interface com.sap.tc.complib.PublicPart
Returns the currently active schema version.
getSchemaVersions() - Static method in class com.sap.tc.complib.ComponentFactory
Returns the (sorted) list of schema versions supported by this API.
getSchemaVersions() - Static method in class com.sap.tc.complib.ConfigurationFactory
Returns the (sorted) list of schema versions supported by this API.
getScName() - Method in interface com.sap.tc.complib.Compartment
get the name of the software component contained in the compartment
getScVendor() - Method in interface com.sap.tc.complib.Compartment
get the String with the vendor of the software component contained in the compartment
getSourceFolders() - Method in interface com.sap.tc.complib.DevelopmentComponent
Returns the source folders this development component declares.
getSourceState() - Method in interface com.sap.tc.complib.Compartment
gets the SourceState object with the information about the source state contained in this compartment or null if the compartment does not contain a source state
getStreamForConfiguration() - Method in interface com.sap.tc.complib.provider.ConfigurationInputProvider
Provides an input stream for the main congiguration
getStreamForConfiguration() - Method in class com.sap.tc.complib.provider.SimpleFileConfigOutputProvider
 
getStreamForConfiguration() - Method in class com.sap.tc.complib.provider.StreamConfigInputProvider
 
getStreamForConfiguration() - Method in class com.sap.tc.complib.provider.FileConfigInputProvider
 
getStreamForConfiguration() - Method in interface com.sap.tc.complib.provider.ConfigurationOutputProvider
Provides an output stream for the main configuration
getStreamForConfiguration() - Method in class com.sap.tc.complib.provider.SimpleFileConfigInputProvider
 
getStreamForConfiguration() - Method in class com.sap.tc.complib.provider.FileConfigOutputProvider
 
getStreamForConfiguration() - Method in class com.sap.tc.complib.provider.StreamConfigOutputProvider
 
getStreamForDC() - Method in interface com.sap.tc.complib.provider.DCOutputProvider
Provides an output stream for the selected development component
getStreamForDC() - Method in class com.sap.tc.complib.provider.StreamDCOutputProvider
 
getStreamForDC() - Method in class com.sap.tc.complib.provider.FileInputProvider
Provides an input stream for the selected development component.
getStreamForDC() - Method in class com.sap.tc.complib.provider.FileOutputProvider
Provides an output stream for the selected development component
getStreamForDC() - Method in interface com.sap.tc.complib.provider.DCInputProvider
Provides an input stream for the selected development component
getStreamForPublicPart() - Method in interface com.sap.tc.complib.provider.PPInputProvider
Provides an input stream for the selected public part.
getStreamForPublicPart() - Method in class com.sap.tc.complib.provider.FileInputProvider
Provides an input stream for the selected public part.
getStreamForPublicPart() - Method in class com.sap.tc.complib.provider.FileOutputProvider
Provides an output stream for the selected public part.
getStreamForPublicPart() - Method in interface com.sap.tc.complib.provider.PPOutputProvider
Provides an output stream for the selected public part.
getStreamForSC() - Method in interface com.sap.tc.complib.provider.SCOutputProvider
Provides an output stream for the selected software component
getStreamForSC() - Method in class com.sap.tc.complib.provider.FileInputProvider
Provides an input stream for the selected software component.
getStreamForSC() - Method in class com.sap.tc.complib.provider.FileOutputProvider
Provides an output stream for the selected software component
getStreamForSC() - Method in interface com.sap.tc.complib.provider.SCInputProvider
Provides an input stream for the selected software component
getStringValue() - Method in class com.sap.tc.complib.xml.Initializable
getter for string values of tags. to be called in endTag event
getStringValue(boolean) - Method in class com.sap.tc.complib.xml.Initializable
getter for string values of tags. parameter trim allows to determine, whether leading and trailing whitespace should be stripped. to be called in endTag event
getSubType() - Method in class com.sap.tc.complib.ComponentType
Returns the subtype of the template
getSubType() - Method in interface com.sap.tc.complib.Entity
Returns the subtype of the entity
getSubType() - Method in interface com.sap.tc.complib.ImportedEntity
Returns the subtype of the references entity
getSubType() - Method in class com.sap.tc.complib.EntityReference
 
getTopLevelComponents() - Method in class com.sap.tc.complib.provider.FileInputProvider
Returns the top-level components of the selected software component.
getType() - Method in class com.sap.tc.complib.ComponentType
Returns the type of the template
getType() - Method in interface com.sap.tc.complib.Entity
Returns the type of the entity
getType() - Method in interface com.sap.tc.complib.ImportedEntity
Returns the type of the referenced entity
getType() - Method in class com.sap.tc.complib.EntityReference
 
getType() - Method in interface com.sap.tc.complib.SourceState
gets the typ of the source state location.
getType() - Method in interface com.sap.tc.complib.Repository
gets the repository type
getUniqueKey() - Method in class com.sap.tc.complib.DCReference
 
getUniqueKey() - Method in interface com.sap.tc.complib.Identifiable
 
getUniqueKey() - Method in class com.sap.tc.complib.SCReference
 
getURL() - Method in interface com.sap.tc.complib.Repository
gets the repository URL
getUsedCompartments() - Method in interface com.sap.tc.complib.Compartment
returns a Set with the names of all the compartments to which this compartment has a usage relationship.
getValue() - Method in interface com.sap.tc.complib.PropertyElement
Returns the simple value of this property element, or null if the element has children, or no value has been defined for the element.
getVariantMapping() - Method in interface com.sap.tc.complib.BuildVariant
gets the Map with the build variant mappings.
getVendor() - Method in class com.sap.tc.complib.ComponentType
Returns the vendor of the template
getVendor() - Method in class com.sap.tc.complib.DCReference
Returns the vendor of the referenced component
getVendor() - Method in interface com.sap.tc.complib.ComponentReference
Returns the vendor of the referenced component
getVendor() - Method in class com.sap.tc.complib.SCReference
Returns the vendor of the referenced component
getVendor() - Method in interface com.sap.tc.complib.Component
Returns the vendor of the component

H

hashCode() - Method in class com.sap.tc.complib.ComponentType
 
hashCode() - Method in class com.sap.tc.complib.PPReference
 
hashCode() - Method in class com.sap.tc.complib.DCReference
 
hashCode() - Method in class com.sap.tc.complib.EntityReference
 
hashCode() - Method in class com.sap.tc.complib.SCReference
 
hasInactiveSourceState() - Method in interface com.sap.tc.complib.Compartment
get the information whether there is an inactive source state for this compartment.
hasLocalArchivesOnly() - Method in interface com.sap.tc.complib.Compartment
returns whether this is a localOnly compartment that contains only pre-installed archives in the local archive folder
hasLocalSourceStateOnly() - Method in interface com.sap.tc.complib.Compartment
get the information whether there is a local-only source state for this compartment.
hasSourceState() - Method in interface com.sap.tc.complib.Compartment
get the information whether there is a source state for this compartment.

I

Identifiable - interface com.sap.tc.complib.Identifiable.
Base Interface of complib objects that provide a unique key
ImportedEntity - interface com.sap.tc.complib.ImportedEntity.
 
INDEX_DOCTYPE - Static variable in interface com.sap.tc.complib.DevelopmentComponent
The document type identifier in the form of an URN as needed by the indexing service
INDEX_DOCTYPE - Static variable in interface com.sap.tc.complib.SoftwareComponent
The document type identifier in the form of an URN as needed by the indexing service
INDEX_DOCTYPE - Static variable in interface com.sap.tc.complib.DevelopmentConfiguration
The document type identifier in the form of an URN as needed by the indexing service
INDEX_DOCTYPE - Static variable in interface com.sap.tc.complib.PublicPart
The document type identifier in the form of an URN as needed by the indexing service
INFRASTRUCTURE - Static variable in class com.sap.tc.complib.PublicPart.Purpose
Public part needed as buildplugin of the using component
INIT - Static variable in class com.sap.tc.complib.xml.Initializable
 
Initializable - class com.sap.tc.complib.xml.Initializable.
Abstract base class for classes that are able to initialize from a XML input stream.
Initializable() - Constructor for class com.sap.tc.complib.xml.Initializable
 
initialize(ConfigurationInputProvider) - Method in interface com.sap.tc.complib.DevelopmentConfiguration
Initializes this Configuration.
initialize(DCInputProvider) - Method in interface com.sap.tc.complib.DevelopmentComponent
Initializes this component.
initialize(DCInputProvider) - Static method in class com.sap.tc.complib.ComponentFactory
Initializes the referenced development component.
initialize(DCInputProvider, boolean) - Method in interface com.sap.tc.complib.DevelopmentComponent
Initializes this component and optionally its public parts.
initialize(DCInputProvider, boolean) - Static method in class com.sap.tc.complib.ComponentFactory
Initializes the referenced development component and optionall its public parts.
initialize(PPInputProvider) - Static method in class com.sap.tc.complib.ComponentFactory
 
initialize(PPInputProvider) - Method in interface com.sap.tc.complib.PublicPart
Initializes this public part.
initialize(SCInputProvider) - Method in interface com.sap.tc.complib.SoftwareComponent
Initializes this component.
initialize(SCInputProvider) - Static method in class com.sap.tc.complib.ComponentFactory
Initializes the referenced software component.
initializeDevelopmentConfiguration(ConfigurationInputProvider) - Static method in class com.sap.tc.complib.ConfigurationFactory
Get a DevelopmentConfiguration instance which is initialized from the configuration description encapsulated by the specified ConfigurationInputProvider
initializePublicPart(String, DCInputProvider) - Method in interface com.sap.tc.complib.DevelopmentComponent
Initializes the given public part and adds it to the component.
initializePublicParts(DCInputProvider) - Method in interface com.sap.tc.complib.DevelopmentComponent
Initializes all available part and adds them to the component.
InvalidElementContent - exception com.sap.tc.complib.validate.InvalidElementContent.
This exception is used to report invalid value of properties of a component, public part etc.
InvalidElementContent() - Constructor for class com.sap.tc.complib.validate.InvalidElementContent
Create a new InvalidElementContent exception.
InvalidElementContent(String, Object) - Constructor for class com.sap.tc.complib.validate.InvalidElementContent
Create a new InvalidElementContent exception.
InvalidFileFormatException - exception com.sap.tc.complib.validate.InvalidFileFormatException.
 
InvalidFileFormatException() - Constructor for class com.sap.tc.complib.validate.InvalidFileFormatException
 
InvalidFileFormatException(String) - Constructor for class com.sap.tc.complib.validate.InvalidFileFormatException
 
InvalidFileFormatException(String, Throwable) - Constructor for class com.sap.tc.complib.validate.InvalidFileFormatException
 
InvalidMemberException - exception com.sap.tc.complib.validate.InvalidMemberException.
This exception is used to report invalid properties or attributes of a component, public part etc.
InvalidMemberException() - Constructor for class com.sap.tc.complib.validate.InvalidMemberException
Create a new InvalidMemberException.
InvalidMemberException(Object) - Constructor for class com.sap.tc.complib.validate.InvalidMemberException
Create a new InvalidMemberException with a standard message.
InvalidMemberException(String, Object) - Constructor for class com.sap.tc.complib.validate.InvalidMemberException
Create a new InvalidMemberException.
InvalidMemberException(String, String, Object) - Constructor for class com.sap.tc.complib.validate.InvalidMemberException
Create a new InvalidMemberException.
isActivationAllowed() - Method in interface com.sap.tc.complib.Compartment
get the information whether activation is allowed in this compartment
isAtBuildTime() - Method in interface com.sap.tc.complib.Dependency
Checks whether this dependency is relevant for the component build process.
isAtDeployTime() - Method in interface com.sap.tc.complib.Dependency
Checks whether this dependency is relevant for deployment.
isAtDesignTime() - Method in interface com.sap.tc.complib.Dependency
Checks whether this dependency is relevant on the level of development entities.
isAtRunTime() - Method in interface com.sap.tc.complib.Dependency
Checks whether this dependency is relevant for the runtime system.
isChangeable() - Method in interface com.sap.tc.complib.SourceState
Returns whether changes are allowed in ths source state.
IsDefaultCompartment() - Method in interface com.sap.tc.complib.Compartment
get the setIsDefaultCompartment porperty.
isDeprecated() - Method in interface com.sap.tc.complib.DevelopmentComponent
Checks whether this component is marked as deprecated
isDeprecated() - Method in interface com.sap.tc.complib.PublicPart
Checks whether this component is marked as deprecated
isEmpty - Variable in class com.sap.tc.complib.xml.Initializable
 
isEmptyTag() - Method in class com.sap.tc.complib.xml.Initializable
returns true if the tag value is empty
isExportAllowed() - Method in interface com.sap.tc.complib.SourceState
returns whether source code export from this software state is allowed.
isExternal() - Method in interface com.sap.tc.complib.DevelopmentComponent
Checks whether this development component is built outside of the component development infrastructure, for example a third-party library (JAVA JDK, operating system API).
isForChildrenOnly() - Method in interface com.sap.tc.complib.Dependency
Returns whether the purpose of this dependency is to allow inner components to define own dependencies.
isInternal() - Method in interface com.sap.tc.complib.DevelopmentComponent
Checks whether products of this development component are delivered as separate entities.
isLocal() - Method in interface com.sap.tc.complib.Compartment
returns whether this is a localOnly compartment that has either archives or sources only locally.
isLocal() - Method in interface com.sap.tc.complib.SourceState
returns whether the sources exist only locally and is not connected to a repository
isLocal() - Method in interface com.sap.tc.complib.DevelopmentConfiguration
gets the isLocal property.
isLocationChangeable() - Method in interface com.sap.tc.complib.SourceState
Returns whether changes are allowed in the source code location returned by getLocation().
isModificationAllowed() - Method in interface com.sap.tc.complib.Compartment
get the information whether development or source import is possible and allowed in this compartment
isParentDependencyPrerequisiteForChildren() - Method in interface com.sap.tc.complib.DevelopmentComponent
Indicates whether the parent must have a dependency to some DC in order to allow the children to use the same DC.
isSchemaAllowed() - Method in interface com.sap.tc.complib.DevelopmentComponent
Checks whether it would be possible to serialize the component with the currently active schema version.
isSchemaAllowed() - Method in interface com.sap.tc.complib.SoftwareComponent
Checks whether it would be possible to serialize the component with the currently active schema version.
isSchemaAllowed() - Method in interface com.sap.tc.complib.DevelopmentConfiguration
Checks whether it would be possible to serialize the component with the currently active schema version.
isSchemaAllowed() - Method in interface com.sap.tc.complib.PublicPart
Checks whether it would be possible to serialize the public part with the currently active schema version.
isSchemaAllowed(String) - Method in interface com.sap.tc.complib.DevelopmentComponent
Checks whether it would be possible to serialize the component with the given schema version
isSchemaAllowed(String) - Method in interface com.sap.tc.complib.SoftwareComponent
Checks whether it would be possible to serialize the component with the given schema version
isSchemaAllowed(String) - Static method in class com.sap.tc.complib.ComponentFactory
Checks whether this library is capable of writing the given schema version
isSchemaAllowed(String) - Static method in class com.sap.tc.complib.ConfigurationFactory
Checks whether this library is capable of writing the given schema version
isSchemaAllowed(String) - Method in interface com.sap.tc.complib.DevelopmentConfiguration
Checks whether it would be possible to serialize the component with the given schema version
isSchemaAllowed(String) - Method in interface com.sap.tc.complib.PublicPart
Checks whether it would be possible to serialize the public part with the given schema version

L

lastChild() - Method in interface com.sap.tc.complib.PropertyElement
Returns the last child of this element.
LOCAL - Static variable in interface com.sap.tc.complib.SourceState
source state type: only locally, no repository, no remote locations
LOCATION - Static variable in class com.sap.tc.complib.provider.SimpleFileConfigOutputProvider
 
LOCATION - Static variable in class com.sap.tc.complib.provider.StreamConfigInputProvider
 
LOCATION - Static variable in class com.sap.tc.complib.provider.StreamDCOutputProvider
 
LOCATION - Static variable in class com.sap.tc.complib.provider.FileInputProvider
 
LOCATION - Static variable in class com.sap.tc.complib.provider.FileOutputProvider
 
LOCATION - Static variable in class com.sap.tc.complib.provider.FileConfigInputProvider
 
LOCATION - Static variable in class com.sap.tc.complib.provider.SimpleFileConfigInputProvider
 
LOCATION - Static variable in class com.sap.tc.complib.provider.FileConfigOutputProvider
 
LOCATION - Static variable in class com.sap.tc.complib.provider.StreamConfigOutputProvider
 

M

MissingElementException - exception com.sap.tc.complib.validate.MissingElementException.
This exception is used to report missing properties or attributes of a component, public part etc.
MissingElementException() - Constructor for class com.sap.tc.complib.validate.MissingElementException
Create a new MissingElementException.
MissingElementException(String) - Constructor for class com.sap.tc.complib.validate.MissingElementException
Create a new MissingElementException with a standard message.
MissingElementException(String, String) - Constructor for class com.sap.tc.complib.validate.MissingElementException
Create a new MissingElementException.

N

name - Variable in class com.sap.tc.complib.xml.Attribute
 
NameChecker - class com.sap.tc.complib.namecheck.NameChecker.
This class provides syntactical checking of names of different types of elements in the SAP component model (like vendor-IDs and component names).
NameChecker() - Constructor for class com.sap.tc.complib.namecheck.NameChecker
 
NameCheckException - exception com.sap.tc.complib.namecheck.NameCheckException.
A NameCheckException is used by the name checker to report invalid names.
NameCheckException(String, String, int, int) - Constructor for class com.sap.tc.complib.namecheck.NameCheckException
Constructs a new NameCheckException.
NAMESPACE - Static variable in interface com.sap.tc.complib.DevelopmentComponent
The XML namespace used by development components.
NAMESPACE - Static variable in interface com.sap.tc.complib.SoftwareComponent
The XML namespace used by software components.
NAMESPACE - Static variable in interface com.sap.tc.complib.DevelopmentConfiguration
The XML namespace used by development components.
NAMESPACE - Static variable in interface com.sap.tc.complib.PublicPart
The XML namespace used by public parts
next() - Method in interface com.sap.tc.complib.PropertyElement
Returns the successor of this element.
NoBuildServerDefinedException - exception com.sap.tc.complib.validate.NoBuildServerDefinedException.
This is exception indicates that a CBS would be needed for consistency but none is defined.
NoBuildServerDefinedException(String) - Constructor for class com.sap.tc.complib.validate.NoBuildServerDefinedException
Creates a NoBuildServerDefinedException with message String
NoBuildServerDefinedException(String, Throwable) - Constructor for class com.sap.tc.complib.validate.NoBuildServerDefinedException
Creates a NoBuildServerDefinedException with message String and causing exception

P

Package - interface com.sap.tc.complib.Package.
Interface representing a package of a development component.
parse(InputStream) - Method in class com.sap.tc.complib.xml.ParserAdapter
 
ParserAdapter - class com.sap.tc.complib.xml.ParserAdapter.
Adapter for SAX event handlers.
ParserAdapter(Initializable) - Constructor for class com.sap.tc.complib.xml.ParserAdapter
 
ParserException - exception com.sap.tc.complib.xml.ParserException.
This exception is used to report problems with the instantiation of the XML parser used by XMLRequest.
ParserException() - Constructor for class com.sap.tc.complib.xml.ParserException
Create a new ParserException without message.
ParserException(String) - Constructor for class com.sap.tc.complib.xml.ParserException
Create a new ParserException.
ParserException(String, Throwable) - Constructor for class com.sap.tc.complib.xml.ParserException
Create a new ParserException from an existing exception.
ParserException(Throwable) - Constructor for class com.sap.tc.complib.xml.ParserException
Create a new ParserException wrapping an existing exception.
PP_NAME_MAX_LENGTH - Static variable in class com.sap.tc.complib.namecheck.NameChecker
 
PPInputProvider - interface com.sap.tc.complib.provider.PPInputProvider.
This interface represents a generic provider for input streams used to unmarshal public parts.
PPOutputProvider - interface com.sap.tc.complib.provider.PPOutputProvider.
This interface represents a generic provider for output streams used to marshal public parts.
PPReference - class com.sap.tc.complib.PPReference.
Class representing references to public parts.
PPReference() - Constructor for class com.sap.tc.complib.PPReference
Create a new empty instance.
PPReference(Dependency) - Constructor for class com.sap.tc.complib.PPReference
Creates a new instance from the given dependency.
PPReference(String, DCReference) - Constructor for class com.sap.tc.complib.PPReference
Creates a new instance with given name and component.
printStackTrace() - Method in class com.sap.tc.complib.provider.ProviderException
printStackTrace is overwritten, prints both stack traces
printStackTrace() - Method in class com.sap.tc.complib.xml.ParserException
Prints this exception and its backtrace to the standard error stream.
printStackTrace() - Method in class com.sap.tc.complib.xml.XMLException
printStackTrace is overwritten, prints both stack traces
printStackTrace() - Method in class com.sap.tc.complib.validate.ValidationException
printStackTrace is overwritten, prints both stack traces
printStackTrace(PrintStream) - Method in class com.sap.tc.complib.provider.ProviderException
printStackTrace is overwritten, prints both stack traces
printStackTrace(PrintStream) - Method in class com.sap.tc.complib.xml.ParserException
Prints this exception and its backtrace to the given stream.
printStackTrace(PrintStream) - Method in class com.sap.tc.complib.xml.XMLException
printStackTrace is overwritten, prints both stack traces
printStackTrace(PrintStream) - Method in class com.sap.tc.complib.validate.ValidationException
printStackTrace is overwritten, prints both stack traces
printStackTrace(PrintWriter) - Method in class com.sap.tc.complib.provider.ProviderException
printStackTrace is overwritten, prints both stack traces
printStackTrace(PrintWriter) - Method in class com.sap.tc.complib.xml.ParserException
Prints this exception and its backtrace to the given stream.
printStackTrace(PrintWriter) - Method in class com.sap.tc.complib.xml.XMLException
printStackTrace is overwritten, prints both stack traces
printStackTrace(PrintWriter) - Method in class com.sap.tc.complib.validate.ValidationException
printStackTrace is overwritten, prints both stack traces
Property - interface com.sap.tc.complib.Property.
This interface represents generic properties of development components.
PropertyElement - interface com.sap.tc.complib.PropertyElement.
This class represents a child element of a structured property of a development component.
ProviderException - exception com.sap.tc.complib.provider.ProviderException.
This exception reports that an InputProvider or OutputProvider was no able to deliver a requested component or public part.
ProviderException() - Constructor for class com.sap.tc.complib.provider.ProviderException
Create a new ValidationException without message.
ProviderException(String) - Constructor for class com.sap.tc.complib.provider.ProviderException
Create a new ValidationException.
ProviderException(String, Throwable) - Constructor for class com.sap.tc.complib.provider.ProviderException
Create a new ValidationException.
PublicPart - interface com.sap.tc.complib.PublicPart.
Interface representing a public part of a development component.
PublicPart.Purpose - class com.sap.tc.complib.PublicPart.Purpose.
Helper class to define the purpose of public parts
putBuildOption(String, List) - Method in interface com.sap.tc.complib.BuildVariant
adds a new multi-valued build option or replaces an existing one with that name.
putBuildOption(String, String) - Method in interface com.sap.tc.complib.BuildVariant
adds a new single valued build option or replaces an existing one with that name.

R

READONLY - Static variable in interface com.sap.tc.complib.SourceState
source state type: readonly: changes and also activation are not allowed In this case you have one location (workspace or snapshot).
recoverMode - Variable in class com.sap.tc.complib.xml.Initializable
 
recoverTagName - Variable in class com.sap.tc.complib.xml.Initializable
 
RECOVERY_MODE - Static variable in class com.sap.tc.complib.xml.Initializable
 
releaseStream(InputStream) - Method in interface com.sap.tc.complib.provider.ConfigurationInputProvider
Releases the given input stream.
releaseStream(InputStream) - Method in interface com.sap.tc.complib.provider.PPInputProvider
Releases the given input stream.
releaseStream(InputStream) - Method in class com.sap.tc.complib.provider.StreamConfigInputProvider
 
releaseStream(InputStream) - Method in class com.sap.tc.complib.provider.FileInputProvider
Releases the given input stream.
releaseStream(InputStream) - Method in interface com.sap.tc.complib.provider.DCInputProvider
Releases the given input stream.
releaseStream(InputStream) - Method in class com.sap.tc.complib.provider.FileConfigInputProvider
 
releaseStream(InputStream) - Method in class com.sap.tc.complib.provider.SimpleFileConfigInputProvider
 
releaseStream(InputStream) - Method in interface com.sap.tc.complib.provider.SCInputProvider
Releases the given input stream.
releaseStream(OutputStream) - Method in interface com.sap.tc.complib.provider.SCOutputProvider
Releases the given input stream.
releaseStream(OutputStream) - Method in interface com.sap.tc.complib.provider.DCOutputProvider
Releases the given input stream.
releaseStream(OutputStream) - Method in class com.sap.tc.complib.provider.SimpleFileConfigOutputProvider
 
releaseStream(OutputStream) - Method in class com.sap.tc.complib.provider.StreamDCOutputProvider
 
releaseStream(OutputStream) - Method in class com.sap.tc.complib.provider.FileOutputProvider
Releases the given input stream.
releaseStream(OutputStream) - Method in interface com.sap.tc.complib.provider.PPOutputProvider
Releases the given input stream.
releaseStream(OutputStream) - Method in interface com.sap.tc.complib.provider.ConfigurationOutputProvider
Releases the given output stream.
releaseStream(OutputStream) - Method in class com.sap.tc.complib.provider.FileConfigOutputProvider
 
releaseStream(OutputStream) - Method in class com.sap.tc.complib.provider.StreamConfigOutputProvider
 
removeAttribute(String) - Method in class com.sap.tc.complib.xml.Initializable
 
removeBuildOption(String) - Method in interface com.sap.tc.complib.BuildVariant
removes the given build option
removeUsedCompartment(String) - Method in interface com.sap.tc.complib.Compartment
removes a compartment from the list of used compartments
Repository - interface com.sap.tc.complib.Repository.
A Repository instance is a data object that stores information about a repository server.
resolveEntity(String, String) - Method in class com.sap.tc.complib.xml.Initializable
 
resolveEntity(String, String) - Method in class com.sap.tc.complib.xml.ParserAdapter
 
ROOT - Static variable in class com.sap.tc.complib.xml.Initializable
 

S

SC_MAX_LENGTH - Static variable in class com.sap.tc.complib.namecheck.NameChecker
 
SCHEMA_LOCATION - Static variable in interface com.sap.tc.complib.DevelopmentComponent
The name of the XML schema defining the serialized form of this API
SCHEMA_LOCATION - Static variable in interface com.sap.tc.complib.SoftwareComponent
The name of the XML schema defining the serialized form of this API
SCHEMA_LOCATION - Static variable in interface com.sap.tc.complib.DevelopmentConfiguration
The name of the XML schema defining the serialized form of this API
SCHEMA_LOCATION - Static variable in interface com.sap.tc.complib.PublicPart
The name of the XML schema defining the serialized form of this API
SCHEMA_VERSION - Static variable in class com.sap.tc.complib.ComponentFactory
The schema version number of this API
SCHEMA_VERSION - Static variable in class com.sap.tc.complib.ConfigurationFactory
The schema version number of this API
SCHEMA_VERSION_0_2 - Static variable in class com.sap.tc.complib.ConfigurationFactory
ID vor schema version 0_2.
SCHEMA_VERSION_0_3 - Static variable in class com.sap.tc.complib.ConfigurationFactory
ID vor schema version 0_3.
SCHEMA_VERSION_1_0 - Static variable in class com.sap.tc.complib.ConfigurationFactory
ID vor schema version 1_0.
SCHEMA_VERSION_1_0_0 - Static variable in class com.sap.tc.complib.ComponentFactory
ID vor schema version 1_0_0.
SCHEMA_VERSION_1_0_1 - Static variable in class com.sap.tc.complib.ComponentFactory
ID vor schema version 1_0_1.
SCHEMA_VERSION_1_0_2 - Static variable in class com.sap.tc.complib.ComponentFactory
ID vor schema version 1_0_2.
Schema changes 1.0.1->1.0.2:
<development-component> : added <any> tag at end of sequence to allow compatible enhancements, added <anyAttribute>
<development-component> : added <deprecated> flag
<dependency> : added <any> tag at end of sequence to allow compatible enhancements, added <anyAttribute>
<public-part> : added <any> tag at end of sequence to allow compatible enhancements, added <anyAttribute>
<public-part> : added <deprecated> flag
<entity> : added <any> tag at end of sequence to allow compatible enhancements, added <anyAttribute>
<entity-ref> : added <any> tag at end of sequence to allow compatible enhancements, added <anyAttribute>
<entity-ref> : added <package> and <entity-sub-type> tags
SCInputProvider - interface com.sap.tc.complib.provider.SCInputProvider.
This interface represents a generic provider for input streams used to unmarshal software components.
SCOutputProvider - interface com.sap.tc.complib.provider.SCOutputProvider.
This interface represents a generic provider for output streams used to marshal software components.
SCReference - class com.sap.tc.complib.SCReference.
References to software components.
SCReference() - Constructor for class com.sap.tc.complib.SCReference
Creates a new empty instance.
SCReference(String, String) - Constructor for class com.sap.tc.complib.SCReference
Creates a new instance with given name and vendor id.
SCReference(String, String, String) - Constructor for class com.sap.tc.complib.SCReference
Creates a new instance with given name and vendor id.
selectPublicPart(String) - Method in class com.sap.tc.complib.provider.FileInputProvider
Selects a public part from the given component.
selectPublicPart(String) - Method in class com.sap.tc.complib.provider.FileOutputProvider
Selects a public part from the given component.
serialize() - Method in class com.sap.tc.complib.xml.XMLWriter
 
serialize(ConfigurationOutputProvider) - Method in interface com.sap.tc.complib.DevelopmentConfiguration
Serializes this Configuration.
serialize(ConfigurationOutputProvider, String) - Method in interface com.sap.tc.complib.DevelopmentConfiguration
Serializes this Configuration.
serialize(DCOutputProvider) - Method in interface com.sap.tc.complib.DevelopmentComponent
Serializes this component.
serialize(DCOutputProvider, String) - Method in interface com.sap.tc.complib.DevelopmentComponent
 
serialize(DevelopmentComponent, DCOutputProvider) - Static method in class com.sap.tc.complib.ComponentFactory
Serializes the given development component.
serialize(PPOutputProvider) - Method in interface com.sap.tc.complib.PublicPart
Serializes this public part.
serialize(PPOutputProvider, String) - Method in interface com.sap.tc.complib.PublicPart
 
serialize(PublicPart, PPOutputProvider) - Static method in class com.sap.tc.complib.ComponentFactory
 
serialize(SCOutputProvider) - Method in interface com.sap.tc.complib.SoftwareComponent
Serializes this component.
serialize(SoftwareComponent, SCOutputProvider) - Static method in class com.sap.tc.complib.ComponentFactory
Serializes the given software component.
serialize(XMLWriter) - Method in class com.sap.tc.complib.ComponentType
Serializes the template to the given XMLWriter.
serialize(XMLWriter) - Method in interface com.sap.tc.complib.Dependency
Serializes the reference to the given XMLWriter.
serialize(XMLWriter) - Method in interface com.sap.tc.complib.Package
Serializes the reference to the given XMLWriter.
serialize(XMLWriter) - Method in interface com.sap.tc.complib.Entity
Serializes the reference to the given XMLWriter.
serialize(XMLWriter) - Method in class com.sap.tc.complib.PPReference
Serializes the reference to the given XMLWriter.
serialize(XMLWriter) - Method in class com.sap.tc.complib.DCReference
Serializes the reference to the given XMLWriter.
serialize(XMLWriter) - Method in class com.sap.tc.complib.FileSet
Serializes the file set to the given XMLWriter.
serialize(XMLWriter) - Method in interface com.sap.tc.complib.Compartment
Serializes the Compartment to the given XMLWriter.
serialize(XMLWriter) - Method in interface com.sap.tc.complib.ImportedEntity
Serializes the reference to the given XMLWriter.
serialize(XMLWriter) - Method in interface com.sap.tc.complib.Property
Serializes the property to the given XMLWriter.
serialize(XMLWriter) - Method in interface com.sap.tc.complib.ComponentReference
Serializes the reference to the given XMLWriter.
serialize(XMLWriter) - Method in class com.sap.tc.complib.EntityReference
 
serialize(XMLWriter) - Method in interface com.sap.tc.complib.SourceState
Serializes the source state info to the given XMLWriter.
serialize(XMLWriter) - Method in interface com.sap.tc.complib.Repository
Serializes the repository information to the given XMLWriter.
serialize(XMLWriter) - Method in class com.sap.tc.complib.SCReference
Serializes the reference to the given XMLWriter.
serialize(XMLWriter) - Method in interface com.sap.tc.complib.Component
Serializes the component to the given XMLWriter.
serialize(XMLWriter) - Method in interface com.sap.tc.complib.PublicPart
Serializes the public part to the given XMLWriter.
serialize(XMLWriter, boolean) - Method in interface com.sap.tc.complib.BuildVariant
Serializes the source state info to the given XMLWriter.
serialize(XMLWriter, String) - Method in interface com.sap.tc.complib.Dependency
 
serialize(XMLWriter, String) - Method in interface com.sap.tc.complib.Entity
 
serialize(XMLWriter, String) - Method in interface com.sap.tc.complib.Compartment
 
serialize(XMLWriter, String) - Method in class com.sap.tc.complib.EntityReference
 
serialize(XMLWriter, String) - Method in interface com.sap.tc.complib.SourceState
 
serialize(XMLWriter, String) - Method in interface com.sap.tc.complib.PublicPart
 
serialize(XMLWriter, String, boolean) - Method in interface com.sap.tc.complib.BuildVariant
 
serializePublicPart(String, DCOutputProvider) - Method in interface com.sap.tc.complib.DevelopmentComponent
Serializes the given public part of this component.
serializePublicPart(String, DCOutputProvider, String) - Method in interface com.sap.tc.complib.DevelopmentComponent
 
serializePublicParts(DCOutputProvider) - Method in interface com.sap.tc.complib.DevelopmentComponent
Serializes the public parts of this component.
serializePublicParts(DCOutputProvider, String) - Method in interface com.sap.tc.complib.DevelopmentComponent
 
setAtBuildTime(boolean) - Method in interface com.sap.tc.complib.Dependency
Sets whether this dependency is relevant for the component build process.
setAtBuildTime(boolean, String) - Method in interface com.sap.tc.complib.Dependency
 
setAtDeployTime(boolean) - Method in interface com.sap.tc.complib.Dependency
Sets whether this dependency is relevant for deployment.
setAtDeployTime(boolean, String) - Method in interface com.sap.tc.complib.Dependency
 
setAtDesignTime(boolean) - Method in interface com.sap.tc.complib.Dependency
Sets whether this dependency is valid is relevant on the level of development entities.
setAtDesignTime(boolean, String) - Method in interface com.sap.tc.complib.Dependency
 
setAtRunTime(boolean) - Method in interface com.sap.tc.complib.Dependency
Sets whether this dependency is relevant for the runtime system.
setAtRunTime(boolean, String) - Method in interface com.sap.tc.complib.Dependency
Sets whether this dependency is relevant for the runtime system.
setAttribute(String, String) - Method in interface com.sap.tc.complib.PropertyElement
 
setAttribute(String, String) - Method in class com.sap.tc.complib.xml.Initializable
 
setAttributes(List) - Method in interface com.sap.tc.complib.PropertyElement
 
setBuildPlugin(PPReference) - Method in interface com.sap.tc.complib.DevelopmentComponent
Declares the build plugin for this development component.
setBuildServer(String) - Method in interface com.sap.tc.complib.DevelopmentConfiguration
sets the URL of the buildserver describing for central make and activation
setBuildTimeQualifier(String) - Method in interface com.sap.tc.complib.Dependency
 
setCaption(String) - Method in interface com.sap.tc.complib.Package
Sets a human readable name of the package
setCaption(String) - Method in interface com.sap.tc.complib.Entity
Sets a human readable name of the entity
setCaption(String) - Method in interface com.sap.tc.complib.Compartment
sets the display name
setCaption(String) - Method in interface com.sap.tc.complib.DevelopmentConfiguration
sets the display name
setCaption(String) - Method in interface com.sap.tc.complib.Component
Sets a human readable name of the component
setCaption(String) - Method in interface com.sap.tc.complib.PublicPart
Setss a human readable name of the public part
setCMS(String) - Method in interface com.sap.tc.complib.DevelopmentConfiguration
set the URL of the Change Management Server where this configuration is maintained.
setComponent(DCReference) - Method in interface com.sap.tc.complib.Dependency
Declares the development or software component to which this dependency points.
setComponent(DCReference) - Method in class com.sap.tc.complib.PPReference
Declares the development component to which the referenced public part belongs
setComponent(DCReference) - Method in interface com.sap.tc.complib.ImportedEntity
Sets the component of the referenced entity
setComponent(DCReference) - Method in class com.sap.tc.complib.EntityReference
 
setComponentType(ComponentType) - Method in interface com.sap.tc.complib.DevelopmentComponent
Declares the component type of this development component.
setConfigVersion(String) - Method in interface com.sap.tc.complib.DevelopmentConfiguration
gets the version of the configuration
setDefaultCompartment(boolean) - Method in interface com.sap.tc.complib.Compartment
set the setIsDefaultDepartment property. constraint: there can be only one default compartmnets for each (sc-vandor,sc-name) combination.
setDeployTimeQualifier(String) - Method in interface com.sap.tc.complib.Dependency
 
setDeprecated(boolean) - Method in interface com.sap.tc.complib.DevelopmentComponent
Determines whether this component is deprecated
setDeprecated(boolean) - Method in interface com.sap.tc.complib.PublicPart
Determines whether this component is deprecated
setDescription(String) - Method in interface com.sap.tc.complib.Package
Sets the description of the package
setDescription(String) - Method in interface com.sap.tc.complib.Entity
Sets the description of the entity
setDescription(String) - Method in interface com.sap.tc.complib.Compartment
sets the String describing the purpose of the compartment
setDescription(String) - Method in interface com.sap.tc.complib.DevelopmentConfiguration
sets the description of the purpose of the configuration
setDescription(String) - Method in interface com.sap.tc.complib.Component
Sets the description of the component
setDescription(String) - Method in interface com.sap.tc.complib.PublicPart
Sets the description of the public part
setDesignTimeQualifier(String) - Method in interface com.sap.tc.complib.Dependency
 
setEnclosingComponent(DCReference) - Method in interface com.sap.tc.complib.DevelopmentComponent
Declares the enclosing component of this component.
setExcludes(String) - Method in class com.sap.tc.complib.FileSet
Defines the list of excluded files by splitting the given comma-separated string argument.
setExportAllowed(boolean) - Method in interface com.sap.tc.complib.SourceState
sets whether source code export from this software state is allowed.
setExternal(boolean) - Method in interface com.sap.tc.complib.DevelopmentComponent
Declares whether this development component is built outside of the component development infrastructure, for example a third-party library (JAVA JDK, operating system API).
setFileSet(FileSet) - Method in interface com.sap.tc.complib.Entity
 
setForChildrenOnly(boolean) - Method in interface com.sap.tc.complib.Dependency
Sets whether the purpose of this dependency is to allow inner components to define own dependencies.
setHasArchiveState(boolean) - Method in interface com.sap.tc.complib.Compartment
set the information whether this compartmnet contains an archive state
setInactiveLocation(String) - Method in interface com.sap.tc.complib.SourceState
sets the String with the inactive location.
setIncludes(String) - Method in class com.sap.tc.complib.FileSet
Defines the list of included files by splitting the given comma-separated string argument.
setInternal(boolean) - Method in interface com.sap.tc.complib.DevelopmentComponent
Declares whether products of this development component are delivered as separate entities.
setIsRequired(boolean) - Method in interface com.sap.tc.complib.BuildVariant
sets if the make of this build variant is required for sucessful activation
setLocal(boolean) - Method in interface com.sap.tc.complib.DevelopmentConfiguration
Sets the isLocal property.
setLocalArchiveFolder(String) - Method in interface com.sap.tc.complib.Compartment
Sets the local archive Folder where pre-installed archives are located.
setLocation(String) - Method in interface com.sap.tc.complib.SourceState
sets the String with the location Depending on the type, this is if OPEN_WITH_ACTIVATE_ALLOWED: the name of the active workspace if OPEN_NO_ACTIVATION: a workspace path if CLOSED a snapshot path
setLocation(String) - Method in interface com.sap.tc.complib.DevelopmentConfiguration
Sets the Software-Logistics location to which this confoguration belongs
setName(String) - Method in interface com.sap.tc.complib.Package
Sets the name of the package
setName(String) - Method in interface com.sap.tc.complib.Entity
Sets the name of the entity
setName(String) - Method in class com.sap.tc.complib.PPReference
Sets the name of the referenced public part
setName(String) - Method in class com.sap.tc.complib.DCReference
Sets the name of the referenced component
setName(String) - Method in interface com.sap.tc.complib.BuildVariant
sets the name of the build variant
setName(String) - Method in interface com.sap.tc.complib.Compartment
set the String with the name of the compartment.
setName(String) - Method in interface com.sap.tc.complib.ImportedEntity
Sets the name of the referenced entity
setName(String) - Method in interface com.sap.tc.complib.PropertyElement
Sets the name of this property element.
setName(String) - Method in interface com.sap.tc.complib.ComponentReference
Sets the name of the referenced component
setName(String) - Method in class com.sap.tc.complib.EntityReference
 
setName(String) - Method in interface com.sap.tc.complib.DevelopmentConfiguration
sets the technical identifier of the configuration
setName(String) - Method in class com.sap.tc.complib.SCReference
Sets the name of the referenced component
setName(String) - Method in interface com.sap.tc.complib.Component
Sets the name of the component
setName(String) - Method in interface com.sap.tc.complib.PublicPart
Sets the name of the public part
setNameServer(String) - Method in interface com.sap.tc.complib.DevelopmentConfiguration
set the URL of the name server that is used for this configuration
setNamespace(String) - Method in interface com.sap.tc.complib.PropertyElement
 
setNamespace(String, String) - Method in interface com.sap.tc.complib.PropertyElement
 
setPackageName(String) - Method in interface com.sap.tc.complib.Entity
Sets the package to which this entity should belong.
setPackageName(String) - Method in interface com.sap.tc.complib.ImportedEntity
Sets the name of the package the referenced entity belongs to
setPackageName(String) - Method in class com.sap.tc.complib.EntityReference
 
setPublicPart(String) - Method in interface com.sap.tc.complib.Dependency
Sets the public part to which this dependency points (if any).
setPublicPart(String) - Method in interface com.sap.tc.complib.ImportedEntity
Sets the public part of the referenced entity
setPublicPart(String) - Method in class com.sap.tc.complib.EntityReference
 
setPublicPartDependency(PPReference) - Method in interface com.sap.tc.complib.Dependency
Sets this dependency from the given reference to a public part.
setPurpose(PublicPart.Purpose) - Method in interface com.sap.tc.complib.PublicPart
Sets the type of the public part
setRepository(Repository) - Method in interface com.sap.tc.complib.SourceState
sets the Repository object wit the server parameters
setRuntimeQualifier(String) - Method in interface com.sap.tc.complib.Dependency
Sets the qualifier of the runtime dependency
setSCAlias(String) - Method in class com.sap.tc.complib.DCReference
Sets the optional SC alias of the referenced component
setSCAlias(String) - Method in interface com.sap.tc.complib.ComponentReference
Sets the optional SC alias of the referenced component
setSCAlias(String) - Method in class com.sap.tc.complib.SCReference
Sets the optional SC alias of the referenced component
setScName(String) - Method in interface com.sap.tc.complib.Compartment
set the name of the software component contained in the compartment
setScVendor(String) - Method in interface com.sap.tc.complib.Compartment
set the String with the vendor of the software component contained in the compartment
setSourceState(SourceState) - Method in interface com.sap.tc.complib.Compartment
sets the SourceState object for the source state contained in this compartment.
setSubType(String) - Method in class com.sap.tc.complib.ComponentType
Sets the subtype of the template
setSubType(String) - Method in interface com.sap.tc.complib.Entity
Sets the subtype of the entity
setSubType(String) - Method in interface com.sap.tc.complib.ImportedEntity
Sets the subtype of the referenced entity
setSubType(String) - Method in class com.sap.tc.complib.EntityReference
 
setType(int) - Method in interface com.sap.tc.complib.SourceState
sets the type of the source state location This can be one of the following constants ACTIVATION READONLY CHANGE LOCAL
setType(String) - Method in class com.sap.tc.complib.ComponentType
Sets the type of the template
setType(String) - Method in interface com.sap.tc.complib.Entity
Sets the type of the entity
setType(String) - Method in interface com.sap.tc.complib.ImportedEntity
Sets the type of the referenced entity
setType(String) - Method in class com.sap.tc.complib.EntityReference
 
setType(String) - Method in interface com.sap.tc.complib.Repository
sets the repository type
setURL(String) - Method in interface com.sap.tc.complib.Repository
sets the repository URL
setUsedCompartments(Set) - Method in interface com.sap.tc.complib.Compartment
Deprecated.  
setValue(String) - Method in interface com.sap.tc.complib.PropertyElement
Sets the simple value of this property element.
setVendor(String) - Method in class com.sap.tc.complib.ComponentType
Sets the vendor of the template
setVendor(String) - Method in class com.sap.tc.complib.DCReference
Sets the vendor of the referenced component
setVendor(String) - Method in interface com.sap.tc.complib.ComponentReference
Sets the vendor of the referenced component
setVendor(String) - Method in class com.sap.tc.complib.SCReference
Sets the vendor of the referenced component
setVendor(String) - Method in interface com.sap.tc.complib.Component
Sets the vendor of the component
SimpleFileConfigInputProvider - class com.sap.tc.complib.provider.SimpleFileConfigInputProvider.
 
SimpleFileConfigInputProvider(File) - Constructor for class com.sap.tc.complib.provider.SimpleFileConfigInputProvider
 
SimpleFileConfigOutputProvider - class com.sap.tc.complib.provider.SimpleFileConfigOutputProvider.
 
SimpleFileConfigOutputProvider(String) - Constructor for class com.sap.tc.complib.provider.SimpleFileConfigOutputProvider
 
SoftwareComponent - interface com.sap.tc.complib.SoftwareComponent.
Interface representing software components.
SourceState - interface com.sap.tc.complib.SourceState.
A SourceState instance describes a source state of a software component contained in compartment of a configration.
startDocument() - Method in class com.sap.tc.complib.xml.Initializable
 
startElement(String, String, String, Attributes) - Method in class com.sap.tc.complib.xml.ParserAdapter
startElement event wrapper
startTag(String, Attributes) - Method in class com.sap.tc.complib.EntityReference
 
startTag(String, Attributes) - Method in class com.sap.tc.complib.xml.Initializable
 
state - Variable in class com.sap.tc.complib.xml.Initializable
 
StreamConfigInputProvider - class com.sap.tc.complib.provider.StreamConfigInputProvider.
Adapter to read a development configuration from a given InputStream
StreamConfigInputProvider(InputStream) - Constructor for class com.sap.tc.complib.provider.StreamConfigInputProvider
 
StreamConfigOutputProvider - class com.sap.tc.complib.provider.StreamConfigOutputProvider.
Adapter to serialize a development configuration to a given OutputStream
StreamConfigOutputProvider(OutputStream) - Constructor for class com.sap.tc.complib.provider.StreamConfigOutputProvider
 
StreamDCOutputProvider - class com.sap.tc.complib.provider.StreamDCOutputProvider.
 
StreamDCOutputProvider(OutputStream) - Constructor for class com.sap.tc.complib.provider.StreamDCOutputProvider
Constructor for StreamDCOutputProvider.

T

tagValue(char[], int, int) - Method in class com.sap.tc.complib.EntityReference
 
tagValue(char[], int, int) - Method in class com.sap.tc.complib.xml.Initializable
tag value event wrapper. since SAX splits consecutive lines of character input in multiple events, this method collect the parts. use one of the getter methods below (getString, getBoolean...) to access the content of a tag.
toString() - Method in class com.sap.tc.complib.PPReference
 
toString() - Method in class com.sap.tc.complib.DCReference
 
toString() - Method in class com.sap.tc.complib.PublicPart.Purpose
Returns a textual representation of the purpose
toString() - Method in class com.sap.tc.complib.xml.XMLWriter
 
TYPE_DTR - Static variable in interface com.sap.tc.complib.Repository
 
typeAsString() - Method in interface com.sap.tc.complib.SourceState
Returns the source state in a readable form.

V

validate() - Method in class com.sap.tc.complib.ComponentType
Verifies that the template is valid (according to the DTD).
validate() - Method in interface com.sap.tc.complib.Dependency
Verifies that the depedency is valid (according to the DTD).
validate() - Method in interface com.sap.tc.complib.Package
Verifies that the package is valid (according to the DTD).
validate() - Method in interface com.sap.tc.complib.Entity
Verifies that the enity is valid (according to the DTD).
validate() - Method in class com.sap.tc.complib.PPReference
Verifies that the reference is valid.
validate() - Method in class com.sap.tc.complib.DCReference
Verifies that the component reference is valid (according to the DTD).
validate() - Method in class com.sap.tc.complib.FileSet
Verifies that the file set is valid (according to the DTD).
validate() - Method in interface com.sap.tc.complib.BuildVariant
Verifies that the object is valid (e.g. mandatory children and attributes).
validate() - Method in interface com.sap.tc.complib.Compartment
Verifies that the object is valid.
validate() - Method in interface com.sap.tc.complib.ImportedEntity
Verifies that the component reference is valid (according to the DTD).
validate() - Method in interface com.sap.tc.complib.ComponentReference
Verifies that the development compoment reference is valid (according to the DTD).
validate() - Method in class com.sap.tc.complib.EntityReference
 
validate() - Method in interface com.sap.tc.complib.SourceState
Verifies that the SourceState is valid.
validate() - Method in interface com.sap.tc.complib.DevelopmentConfiguration
Verifies that the configuration is valid.
validate() - Method in interface com.sap.tc.complib.Repository
Verifies that the repsoitory information is valid.
validate() - Method in class com.sap.tc.complib.SCReference
Verifies that the component reference is valid (according to the DTD).
validate() - Method in interface com.sap.tc.complib.Component
Verifies that the component is valid (according to the DTD).
validate() - Method in interface com.sap.tc.complib.PublicPart
Verifies that the public part is valid (according to the DTD).
ValidationException - exception com.sap.tc.complib.validate.ValidationException.
This exception reports validation failures.
ValidationException() - Constructor for class com.sap.tc.complib.validate.ValidationException
Create a new ValidationException without message.
ValidationException(String) - Constructor for class com.sap.tc.complib.validate.ValidationException
Create a new ValidationException.
ValidationException(String, Throwable) - Constructor for class com.sap.tc.complib.validate.ValidationException
Create a new ValidationException.
value - Variable in class com.sap.tc.complib.xml.Attribute
 
valueOf(String) - Static method in class com.sap.tc.complib.PublicPart.Purpose
Returns a purpose matching the given string.
VARIANT_MAX_LENGTH - Static variable in class com.sap.tc.complib.namecheck.NameChecker
 
VENDOR_MAX_LENGTH - Static variable in class com.sap.tc.complib.namecheck.NameChecker
 

W

wrapAttributeLists(boolean) - Method in class com.sap.tc.complib.xml.XMLWriter
 
write(String) - Method in class com.sap.tc.complib.xml.XMLWriter
 
writeEmptyTag(String) - Method in class com.sap.tc.complib.xml.XMLWriter
 
writeEmptyTag(String, Attribute[]) - Method in class com.sap.tc.complib.xml.XMLWriter
 
writeRootTag(String) - Method in class com.sap.tc.complib.xml.XMLWriter
 
writeRootTag(String, Attribute[]) - Method in class com.sap.tc.complib.xml.XMLWriter
 
writeRootTag(String, String, String, Attribute[]) - Method in class com.sap.tc.complib.xml.XMLWriter
 
writeTag(String, int) - Method in class com.sap.tc.complib.xml.XMLWriter
 
writeTag(String, long) - Method in class com.sap.tc.complib.xml.XMLWriter
 
writeTag(String, String) - Method in class com.sap.tc.complib.xml.XMLWriter
 
writeTag(String, String, Attribute[]) - Method in class com.sap.tc.complib.xml.XMLWriter
 

X

XMLException - exception com.sap.tc.complib.xml.XMLException.
Thrown when ann exception occured during parsing of an XML stream.
XMLException() - Constructor for class com.sap.tc.complib.xml.XMLException
Create a new ValidationException without message.
XMLException(String) - Constructor for class com.sap.tc.complib.xml.XMLException
Create a new ValidationException.
XMLException(String, Throwable) - Constructor for class com.sap.tc.complib.xml.XMLException
Create a new ValidationException.
XMLWriter - class com.sap.tc.complib.xml.XMLWriter.
Helper class providing formatted XML serialization.
XMLWriter() - Constructor for class com.sap.tc.complib.xml.XMLWriter
 
XMLWriter(OutputStream) - Constructor for class com.sap.tc.complib.xml.XMLWriter
 
XSI_NAMESPACE - Static variable in class com.sap.tc.complib.xml.XMLWriter
 

_

_apiVersion - Variable in class com.sap.tc.complib.xml.Initializable
 
_attributes - Variable in class com.sap.tc.complib.xml.Initializable
 
_checkComponentName(String) - Static method in class com.sap.tc.complib.namecheck.NameChecker
Checks the name of a component (name without vendor part).
_extensions - Variable in class com.sap.tc.complib.xml.Initializable
 
_getAPIVersion() - Method in class com.sap.tc.complib.xml.Initializable
 
_getSchemaVersion() - Method in class com.sap.tc.complib.xml.Initializable
 
_initialized - Variable in class com.sap.tc.complib.xml.Initializable
 
_isInitialized() - Method in class com.sap.tc.complib.xml.Initializable
 
_isSchemaAllowed() - Method in class com.sap.tc.complib.xml.Initializable
 
_isSchemaAllowed(String) - Method in class com.sap.tc.complib.xml.Initializable
 
_reservedSegmentNames - Static variable in class com.sap.tc.complib.namecheck.NameChecker
 
_schemaVersion - Variable in class com.sap.tc.complib.xml.Initializable
 
_setSchemaVersion(String) - Method in class com.sap.tc.complib.xml.Initializable
 

A B C D E F G H I L M N P R S T V W X _
Copyright @ 2002 SAP. All Rights Reserved.