| 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". |