Uses of Interface
org.eclipse.tigerstripe.workbench.model.deprecated_.IPackageArtifact

Packages that use IPackageArtifact
org.eclipse.tigerstripe.workbench.plugins This package contains the interfaces to be implemented in relation with implementing TS templates, and more generally all interfaces as seen by the user when implementing a Tigerstripe plugin. 
 

Uses of IPackageArtifact in org.eclipse.tigerstripe.workbench.plugins
 

Methods in org.eclipse.tigerstripe.workbench.plugins with parameters of type IPackageArtifact
 java.util.Collection<IDiagramDescriptor> IDiagramGenerator.getAllDiagrams(boolean includeDependencies, IDiagramDescriptor.DiagramType diagramType, IPackageArtifact packij, java.lang.String namePattern)
          Returns a Collection of all IDiagramDescriptor objects (each of which contains the data necessary to identify a diagram) in the project selected for generation, and in the referenced projects if "includeDependencies" is supplied as true, that are of the type identified by the supplied "diagramType", that are in the supplied package, and which match the supplied "namePattern".
 java.util.Collection<IDiagramDescriptor> IDiagramGenerator.getAllDiagrams(boolean includeDependencies, java.lang.String diagramType, IPackageArtifact packij, java.lang.String namePattern)
          Returns a Collection of all IDiagramDescriptor objects (each of which contains the data necessary to identify a diagram) in the project selected for generation, and in the referenced projects if "includeDependencies" is supplied as true, that are of the type identified by the supplied "diagramType", that are in the supplied package, and which match the supplied "namePattern".
 java.util.Collection<IDiagramDescriptor> IDiagramGenerator.getAllDiagrams(IDiagramDescriptor.DiagramType diagramType, IPackageArtifact packij, java.lang.String namePattern)
          Returns a Collection of all IDiagramDescriptor objects (each of which contains the data necessary to identify a diagram) in the project selected for generation that are of the type identified by the supplied "diagramType", that are in the supplied package, and which match the supplied "namePattern".
 java.util.Collection<IDiagramDescriptor> IDiagramGenerator.getAllDiagrams(java.lang.String diagramType, IPackageArtifact packij, java.lang.String namePattern)
          Returns a Collection of all IDiagramDescriptor objects (each of which contains the data necessary to identify a diagram) in the project selected for generation that are of the type identified by the supplied "diagramType", that are in the supplied package, and which match the supplied "namePattern".