|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TigerstripeException in org.eclipse.tigerstripe |
---|
Methods in org.eclipse.tigerstripe that throw TigerstripeException | |
---|---|
static org.eclipse.tigerstripe.internal.api.utils.IAPIFacility |
API.getFacility(java.lang.String facilityID)
To allow for better interaction between the IDE used on top of this API, the client of the API can register a set of utility objects that will be used if present by the API. |
static void |
API.registerFacility(java.lang.String facilityID,
org.eclipse.tigerstripe.internal.api.utils.IAPIFacility facility)
Allows a client of this API to register its own facilities |
Uses of TigerstripeException in org.eclipse.tigerstripe.model |
---|
Methods in org.eclipse.tigerstripe.model that throw TigerstripeException | |
---|---|
ISessionArtifact.IEntityMethodFlavorDetails |
IMethod.getEntityMethodFlavorDetails(IMethod.OssjEntityMethodFlavor flavor)
Returns the OSSJ flavor details for this method |
boolean |
IModelComponent.isInActiveFacet()
Returns true if this component is included in the current active facet. |
void |
IMethod.setEntityMethodFlavorDetails(IMethod.OssjEntityMethodFlavor flavor,
ISessionArtifact.IEntityMethodFlavorDetails details)
Sets the OSSJ Entity flavor details for this method. |
Uses of TigerstripeException in org.eclipse.tigerstripe.model.artifacts |
---|
Methods in org.eclipse.tigerstripe.model.artifacts that throw TigerstripeException | |
---|---|
java.lang.String |
IAbstractArtifact.asText()
|
void |
IAbstractArtifact.doSave(org.eclipse.tigerstripe.internal.api.utils.ITigerstripeProgressMonitor monitor)
|
void |
IAbstractArtifact.doSilentSave(org.eclipse.tigerstripe.internal.api.utils.ITigerstripeProgressMonitor monitor)
|
java.lang.String |
IAbstractArtifact.getArtifactPath()
|
org.eclipse.tigerstripe.internal.api.model.artifacts.updater.IModelUpdater |
IAbstractArtifact.getUpdater()
Figures out the updater to use to submit IModelChangeRequests regarding this artifact. |
boolean |
IAbstractArtifact.isInActiveFacet()
Returns true if this artifact is part of the active facet, false otherwise. |
void |
IAbstractArtifact.write(java.io.Writer writer)
|
Uses of TigerstripeException in org.eclipse.tigerstripe.profile |
---|
Methods in org.eclipse.tigerstripe.profile that throw TigerstripeException | |
---|---|
void |
IWorkbenchProfile.addPrimitiveTypeDef(IPrimitiveTypeDef stereotype)
|
void |
IWorkbenchProfile.addStereotype(IStereotype stereotype)
|
IWorkbenchProfile |
IWorkbenchProfileSession.getWorkbenchProfileFor(java.lang.String pathname)
|
void |
IWorkbenchProfile.parse(java.io.Reader reader)
Parses the content into this IWorkbenchProfile. |
void |
IWorkbenchProfile.removePrimitiveTypeDef(IPrimitiveTypeDef stereotype)
|
void |
IWorkbenchProfile.removePrimitiveTypeDefs(IPrimitiveTypeDef[] stereotype)
|
void |
IWorkbenchProfile.removeStereotype(IStereotype stereotype)
|
void |
IWorkbenchProfile.removeStereotypes(IStereotype[] stereotype)
|
IWorkbenchProfile |
IWorkbenchProfileSession.rollbackActiveProfile()
Rolls back the active profile to its previous version. |
boolean |
IWorkbenchProfileSession.saveAsActiveProfile(IWorkbenchProfile profile)
Sets the given profile as the active profile by saving it as such. |
boolean |
IWorkbenchProfileSession.setDefaultActiveProfile()
Sets the active profile to the factory defaults. |
void |
IWorkbenchProfile.setDefaultPrimitiveType(IPrimitiveTypeDef stereotype)
|
void |
IWorkbenchProfile.setPrimitiveTypeDefs(IPrimitiveTypeDef[] primitiveTypeDefs)
|
void |
IWorkbenchProfile.setStereotypes(IStereotype[] stereotypes)
|
Uses of TigerstripeException in org.eclipse.tigerstripe.profile.primitiveType |
---|
Methods in org.eclipse.tigerstripe.profile.primitiveType that throw TigerstripeException | |
---|---|
void |
IPrimitiveTypeDef.parse(org.dom4j.Element element)
Parses the details of this from the given XML element |
Uses of TigerstripeException in org.eclipse.tigerstripe.profile.stereotype |
---|
Methods in org.eclipse.tigerstripe.profile.stereotype that throw TigerstripeException | |
---|---|
void |
IStereotype.addAttribute(IStereotypeAttribute attribute)
|
void |
IEntryListStereotypeAttribute.addSelectableValue(java.lang.String value)
|
void |
IStereotype.addToExcludesList(java.lang.String excludesStereotypeName)
|
void |
IStereotype.addToRequiresList(java.lang.String requiredStereotypeName)
|
java.lang.String |
IStereotypeInstance.getAttributeValue(IStereotypeAttribute attribute)
Returns the value of the given attribute. |
java.lang.String |
IStereotypeInstance.getAttributeValue(java.lang.String attributeName)
Returns the value for an attribute identified by its name. |
java.lang.String[] |
IStereotypeInstance.getAttributeValues(IStereotypeAttribute attribute)
Returns the values for the given attribute in the case the attribute is an array attribute. |
java.lang.String[] |
IStereotypeInstance.getAttributeValues(java.lang.String attributeName)
Returns the value array for an attribute identified by its name. |
void |
IStereotype.parse(org.dom4j.Element element)
Parses the details of this from the given XML element |
void |
IStereotype.removeAttribute(IStereotypeAttribute attribute)
|
void |
IStereotype.removeAttributes(IStereotypeAttribute[] attribute)
|
void |
IStereotype.removeFromExcludesList(java.lang.String excludesStereotypeName)
|
void |
IStereotype.removeFromExcludesList(java.lang.String[] excludesStereotypeName)
|
void |
IStereotype.removeFromRequiresList(java.lang.String requiredStereotypeName)
|
void |
IStereotype.removeFromRequiresList(java.lang.String[] requiredStereotypeName)
|
void |
IEntryListStereotypeAttribute.removeSelectableValue(java.lang.String value)
|
void |
IStereotype.setAttributes(IStereotypeAttribute[] attributes)
|
void |
IStereotypeInstance.setAttributeValue(IStereotypeAttribute attribute,
java.lang.String value)
Sets the value for the given attribute. |
void |
IStereotypeInstance.setAttributeValues(IStereotypeAttribute attribute,
java.lang.String[] values)
Sets the values for an array attribute |
void |
IStereotype.setExcludesList(java.lang.String[] excludesStereotypeNames)
|
void |
IStereotype.setRequiresList(java.lang.String[] requiredStereotypeNames)
|
void |
IEntryListStereotypeAttribute.setSelectableValues(java.lang.String[] values)
|
Uses of TigerstripeException in org.eclipse.tigerstripe.project |
---|
Methods in org.eclipse.tigerstripe.project that throw TigerstripeException | |
---|---|
void |
ITigerstripeProject.addDependencies(IDependency[] dependencies,
boolean updateCache,
org.eclipse.tigerstripe.internal.api.utils.ITigerstripeProgressMonitor monitor)
|
void |
ITigerstripeProject.addDependencies(IDependency[] dependencies,
org.eclipse.tigerstripe.internal.api.utils.ITigerstripeProgressMonitor monitor)
This is equivalent to addDependencies( dependencies, true ) |
void |
ITigerstripeProject.addDependency(IDependency dependency,
boolean updateCache,
org.eclipse.tigerstripe.internal.api.utils.ITigerstripeProgressMonitor monitor)
|
void |
ITigerstripeProject.addDependency(IDependency dependency,
org.eclipse.tigerstripe.internal.api.utils.ITigerstripeProgressMonitor monitor)
This is equivalent to addDependency(dependency, true) |
void |
ITigerstripeProject.addFacetReference(org.eclipse.tigerstripe.internal.api.contract.segment.IFacetReference facetRef)
|
void |
ITigerstripeProject.addReferencedProject(ITigerstripeProject project)
|
void |
ITigerstripeProject.addReferencedProjects(ITigerstripeProject[] project)
|
void |
IAbstractTigerstripeProject.doSave()
|
void |
ITigerstripeProject.generate(org.eclipse.tigerstripe.internal.api.project.ITigerstripeVisitor visitor)
|
org.eclipse.tigerstripe.internal.api.contract.segment.IFacetReference |
ITigerstripeProject.getActiveFacet()
|
java.lang.String |
ITigerstripeProject.getAdvancedProperty(java.lang.String property)
|
java.lang.String |
IProjectDescriptor.getAdvancedProperty(java.lang.String property)
|
java.lang.String |
ITigerstripeProject.getAdvancedProperty(java.lang.String property,
java.lang.String defaultValue)
|
java.lang.String |
IProjectDescriptor.getAdvancedProperty(java.lang.String property,
java.lang.String defaultValue)
|
org.eclipse.tigerstripe.internal.api.model.IArtifactManagerSession |
ITigerstripeProject.getArtifactManagerSession()
Returns the artifact manager session for this Tigerstripe project. |
java.lang.String |
ITigerstripeProject.getBaseRepository()
|
IDependency[] |
ITigerstripeProject.getDependencies()
|
org.eclipse.tigerstripe.internal.api.contract.segment.IFacetReference[] |
ITigerstripeProject.getFacetReferences()
|
org.eclipse.tigerstripe.internal.api.model.IArtifactManagerSession |
ITigerstripeProject.getIArtifactManagerSession()
Returns the artifact manager session for this Tigerstripe project. |
org.eclipse.tigerstripe.internal.api.project.IImportCheckpoint |
ITigerstripeProject.getImportCheckpoint()
Returns the IImportCheckpoint for this project if it exists. |
IPluginReference[] |
ITigerstripeProject.getIPluginReferences()
Returns the Plugin references defined in this project |
IPluginReference[] |
IProjectDescriptor.getIPluginReferences()
Returns the Plugin references defined in this project |
IProjectDetails |
IProjectDescriptor.getIProjectDetails()
|
IProjectDetails |
IAbstractTigerstripeProject.getIProjectDetails()
|
ITigerstripeProject[] |
ITigerstripeProject.getIReferencedProjects()
|
ITigerstripeProject[] |
IProjectDescriptor.getIReferencedProjects()
|
IPluginReference[] |
ITigerstripeProject.getPluginReferences()
Returns the Plugin references defined in this project |
IProjectDetails |
ITigerstripeProject.getProjectDetails()
|
IProjectDetails |
IAbstractTigerstripeProject.getProjectDetails()
|
ITigerstripeProject[] |
ITigerstripeProject.getReferencedProjects()
|
boolean |
ITigerstripeProject.hasDependency(IDependency dep)
Returns true if this project has the given dependency in its dependencies list |
boolean |
ITigerstripeProject.hasReference(ITigerstripeProject project)
|
IDependency |
ITigerstripeProject.makeIDependency(java.lang.String relativePath)
|
org.eclipse.tigerstripe.internal.api.contract.segment.IFacetReference |
ITigerstripeProject.makeIFacetReference(java.lang.String projectRelativePath)
|
org.eclipse.tigerstripe.internal.api.contract.segment.IFacetReference |
ITigerstripeProject.makeIFacetReference(java.net.URI facetURI)
|
org.eclipse.tigerstripe.internal.api.contract.useCase.IUseCaseReference |
ITigerstripeProject.makeIUseCaseReference(java.lang.String projectRelativePath)
|
org.eclipse.tigerstripe.internal.api.modules.ITigerstripeModuleProject |
IDependency.makeModuleProject(ITigerstripeProject containingProject)
Make module project |
void |
ITigerstripeProject.removeDependencies(IDependency[] dependencies,
boolean updateCache,
org.eclipse.tigerstripe.internal.api.utils.ITigerstripeProgressMonitor monitor)
|
void |
ITigerstripeProject.removeDependencies(IDependency[] dependencies,
org.eclipse.tigerstripe.internal.api.utils.ITigerstripeProgressMonitor monitor)
This is equivalent to removeDependencies(dependencies, true) |
void |
ITigerstripeProject.removeDependency(IDependency dependency,
boolean updateCache,
org.eclipse.tigerstripe.internal.api.utils.ITigerstripeProgressMonitor monitor)
|
void |
ITigerstripeProject.removeDependency(IDependency dependency,
org.eclipse.tigerstripe.internal.api.utils.ITigerstripeProgressMonitor monitor)
This is equivalent to removeDependency(dependency, true) |
void |
ITigerstripeProject.removeFacetReference(org.eclipse.tigerstripe.internal.api.contract.segment.IFacetReference facetRef)
|
void |
ITigerstripeProject.removeReferencedProject(ITigerstripeProject project)
|
void |
ITigerstripeProject.removeReferencedProjects(ITigerstripeProject[] project)
|
boolean |
ITigerstripeProject.requiresDescriptorUpgrade()
Whether the descriptor needs to be upgraded to the correct compatibility level (and default values set properly). |
void |
ITigerstripeProject.resetActiveFacet()
|
void |
ITigerstripeProject.setActiveFacet(org.eclipse.tigerstripe.internal.api.contract.segment.IFacetReference facet,
org.eclipse.tigerstripe.internal.api.utils.ITigerstripeProgressMonitor monitor)
|
void |
ITigerstripeProject.setAdvancedProperty(java.lang.String property,
java.lang.String value)
|
void |
IPluginReference.trigger()
Trigger the generation association with this Plugin reference |
void |
IPluginReference.trigger(org.eclipse.tigerstripe.internal.core.generation.RunConfig config)
Trigger the generation association with this Plugin reference |
void |
IAbstractTigerstripeProject.validate(org.eclipse.tigerstripe.internal.api.project.ITigerstripeVisitor visitor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |