Modifier and Type | Method and Description |
---|---|
protected boolean |
DeployToFileHashDeployCommandIOProvider.canRead(Element element,
HashStructure hash,
ToolkitContext tkContext,
Cookie cookie)
Checks if the HashStructure passed is one this provider recognizes.
|
protected abstract boolean |
AbstractHashDeployCommandIOProvider.canRead(Element element,
HashStructure hash,
ToolkitContext tkContext,
Cookie cookie) |
protected abstract boolean |
AbstractDeployCommandIOProvider.canRead(Element element,
ToolkitContext tkContext,
Cookie cookie) |
protected boolean |
DeployToFileHashDeployCommandIOProvider.canWrite(Element element,
DeployCommand cmd,
ToolkitContext tkContext,
Cookie cookie) |
protected abstract boolean |
AbstractHashDeployCommandIOProvider.canWrite(Element element,
DeployCommand cmd,
ToolkitContext tkContext,
Cookie cookie) |
protected abstract boolean |
AbstractDeployCommandIOProvider.canWrite(Element element,
ToolkitContext tkContext,
Cookie cookie) |
protected abstract int |
AbstractDeployCommandIOProvider.count(Element element,
Cookie cookie) |
protected abstract java.util.List<DeployCommand> |
AbstractDeployCommandIOProvider.getAllCommands(Element element,
Cookie cookie) |
protected abstract DeployCommand |
AbstractDeployCommandIOProvider.getCommandAt(int index,
Element element,
Cookie cookie) |
protected HashDeployCommandWriter.HashDisplayable |
DeployToFileHashDeployCommandIOProvider.getDisplayable(Element element,
Cookie cookie)
Returns a Displayable for this command.
|
protected abstract HashDeployCommandWriter.HashDisplayable |
AbstractHashDeployCommandIOProvider.getDisplayable(Element element,
Cookie cookie) |
protected abstract java.util.List<Displayable> |
AbstractDeployCommandIOProvider.getDisplayables(Element element,
Cookie cookie) |
protected abstract java.util.Iterator<DeployCommand> |
AbstractDeployCommandIOProvider.iterator(Element element,
Cookie cookie) |
protected DeployCommand |
DeployToFileHashDeployCommandIOProvider.read(Element element,
Cookie cookie) |
protected abstract DeployCommand |
AbstractHashDeployCommandIOProvider.read(Element element,
Cookie cookie) |
protected abstract void |
AbstractDeployCommandIOProvider.removeAll(Element element,
Cookie cookie) |
protected abstract void |
AbstractDeployCommandIOProvider.removeCommandAt(int index,
Element element,
Cookie cookie) |
protected abstract boolean |
AbstractDeployCommandIOProvider.write(DeployCommand command,
Element element,
Cookie cookie) |
protected void |
DeployToFileHashDeployCommandIOProvider.write(HashStructure hash,
Element element,
Cookie cookie) |
protected abstract void |
AbstractHashDeployCommandIOProvider.write(HashStructure hash,
Element element,
Cookie cookie) |
Constructor and Description |
---|
AbstractDeployCommandIOProvider.DefaultDeployCommandIO(Element element,
Cookie cookie) |
Modifier and Type | Method and Description |
---|---|
protected Cookie |
DefaultProcessor.getCookie() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractJLibraryProcessor.processImpl(Processor.Visitor<JLibrary> visitor,
Cookie cookie) |
protected abstract void |
AbstractOffsetPathProcessor.processImpl(Processor.Visitor<OffsetPath> visitor,
Cookie cookie) |
protected void |
DefaultStatefulProcessor.processImpl(Processor.Visitor<T> visitor,
Cookie cookie) |
protected abstract void |
DefaultProcessor.processImpl(Processor.Visitor<T> visitor,
Cookie cookie) |
Constructor and Description |
---|
AbstractJLibraryProcessor(StatefulProcessor<JLibrary>[] delegates,
ToolkitContext tkContext,
Cookie cookie) |
AbstractJLibraryProcessor(StatefulProcessor<JLibrary> delegate,
ToolkitContext tkContext,
Cookie cookie) |
AbstractJLibraryProcessor(ToolkitContext tkContext,
Cookie cookie) |
AbstractOffsetPathProcessor(StatefulProcessor<OffsetPath>[] delegates,
ToolkitContext tkContext,
Cookie cookie) |
AbstractOffsetPathProcessor(StatefulProcessor<OffsetPath> delegate,
ToolkitContext tkContext,
Cookie cookie) |
AbstractOffsetPathProcessor(ToolkitContext tkContext,
Cookie cookie) |
DefaultProcessor(ToolkitContext tkContext,
Cookie cookie) |
DefaultStatefulProcessor(ToolkitContext tkContext,
Cookie cookie) |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
AbstractFilesetPathTraversalFilterProvider.canCreate(Element element,
ToolkitContext toolkitContext,
Cookie cookie) |
protected abstract boolean |
AbstractProcessorProvider.canProcess(Contributor contributor,
java.lang.Class<T> representationClass,
ToolkitContext context,
Cookie cookie) |
protected boolean |
AbstractJLibraryProvider.canProcess(Contributor contributor,
java.lang.Class representationClass,
ToolkitContext context,
Cookie cookie) |
protected abstract boolean |
AbstractHashContributorIOProvider.canRead(java.lang.String type,
HashStructure hash,
ToolkitContext tkContext,
Cookie cookie) |
protected abstract boolean |
AbstractHashContributorIOProvider.canWrite(java.lang.String type,
Contributor contributor,
ToolkitContext tkContext,
Cookie cookie) |
protected abstract FilesetPathTraversalFilter |
AbstractFilesetPathTraversalFilterProvider.create(ToolkitContext toolkitContext,
Cookie cookie) |
protected abstract StatefulProcessor<T> |
AbstractStatefulProcessorProvider.newProcessor(ToolkitContext tkContext,
Cookie cookie) |
protected abstract Processor<T> |
AbstractProcessorProvider.newProcessor(ToolkitContext tkContext,
Cookie cookie) |
protected abstract Contributor |
AbstractHashContributorIOProvider.read(Element element,
HashStructure hash,
Cookie cookie) |
protected abstract void |
AbstractHashContributorIOProvider.write(Element element,
Contributor contributor,
HashStructure hash,
Cookie cookie) |
Modifier and Type | Method and Description |
---|---|
protected void |
AsNavDeploymentController.commandException(java.lang.Exception exception,
UndeployFromAppServer undeployFromAppServer,
Cookie cookie) |
protected abstract void |
AsNavDeploymentController.commandFinished(DeployCommand deployCommand,
Cookie cookie) |
protected boolean |
AsNavDeploymentController.conditionFulfilled(IdeAction action,
Context context,
Cookie cookie) |
protected UndeployFromAppServer |
AsNavDeploymentController.createUndeployCommand(Context context,
Cookie cookie) |
protected abstract java.lang.String |
AsNavDeploymentController.getApplicationName(Context context,
Cookie cookie) |
protected abstract AppServer |
AsNavDeploymentController.getAppServer(Context context,
Cookie cookie) |
protected DeployedModule |
AsNavDeploymentController.getDeployedModule(Context context,
Cookie cookie) |
protected java.lang.String |
AsNavDeploymentController.getUndeployMessage(Context context,
Cookie cookie) |
protected boolean |
AsNavDeploymentController.handleUndeployEvent(IdeAction action,
Context context,
Cookie cookie) |
protected void |
AsNavDeploymentController.setDeployedModule(DeployedModule deployedModule,
Cookie cookie) |
Modifier and Type | Method and Description |
---|---|
protected abstract javax.swing.tree.TreeNode |
AbstractDeploySummaryProvider.buildSummary(DeployCommand cmd,
TraversableContext tc,
Cookie cookie) |
protected DeployCommandSummaryBuilder |
AbstractDeploySummaryProvider.newDeploySummaryBuilder(AbstractToolkitBuilder builder,
Cookie cookie) |
protected abstract boolean |
AbstractDeploySummaryProvider.shouldCreateFor(DeployCommand element,
ToolkitContext context,
Cookie cookie) |
Modifier and Type | Method and Description |
---|---|
protected BuilderContext |
EarProfileRecognizer.builderContext(Cookie cookie) |
protected boolean |
EarProfileRecognizer.canCreate(Element element,
BuilderContext context,
java.lang.Class classOrIntf,
Cookie cookie)
Can an EAR Profile be created for this combination of parameters.
|
protected java.lang.Class |
EarProfileRecognizer.classOrIntf(Cookie cookie) |
protected Element |
EarProfileRecognizer.element(Cookie cookie) |
protected java.util.ArrayList<ProfileBuilder> |
EarProfileRecognizer.getContainedProfileBuilders(java.util.Iterator<Project> projectsIter,
Cookie cookie) |
protected java.util.Iterator<Project> |
EarProfileRecognizer.getProjects(Cookie cookie)
Get projects in the Workspace.
|
protected Workspace |
EarProfileRecognizer.getWorkspace(Cookie cookie) |
protected AbstractBuilder |
EarProfileRecognizer.newEarProfileBuilder(Workspace ws,
java.util.ArrayList<ProfileBuilder> builders,
Cookie cookie) |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
AbstractApplicationXmlBuilderProvider.canCreate(Element element,
ToolkitContext toolkitContext,
Cookie cookie) |
protected abstract Toolkit |
AbstractApplicationXmlBuilderProvider.newApplicationXmlBuilder(ToolkitContext toolkitContext,
Cookie cookie) |
Modifier and Type | Method and Description |
---|---|
protected abstract Module[] |
AbstractModuleBuilderProvider.buildModules(ToolkitContext toolkitContext,
Cookie cookie) |
protected abstract boolean |
AbstractModuleBuilderProvider.canCreate(Dependable dependable,
ToolkitContext toolkitContext,
Cookie cookie) |
protected boolean |
ArchiveProfileFactoryProvider.canCreate(ToolkitContext tkContext,
Cookie cookie) |
protected Profile |
ArchiveProfileFactoryProvider.createProfile(java.lang.String name,
Cookie cookie) |
protected java.lang.String |
ArchiveProfileFactoryProvider.getArchiveExtension(ArchiveProfile profile,
Cookie cookie) |
protected DataContainer |
ArchiveProfileFactoryProvider.getDataContainer(Cookie cookie) |
protected java.net.URL |
ArchiveProfileFactoryProvider.getDefaultDeployDirUrl(ArchiveProfile profile,
Cookie cookie) |
protected Context |
ArchiveProfileFactoryProvider.getIdeContext(Cookie cookie) |
protected java.net.URL |
ArchiveProfileFactoryProvider.getJarUrl(ArchiveProfile profile,
Cookie cookie) |
protected ToolkitContext |
ArchiveProfileFactoryProvider.getToolkitContext(Cookie cookie) |
protected ModuleBuilder |
AbstractModuleBuilderProvider.newModuleBuilder(ToolkitContext toolkitContext,
Cookie cookie) |
protected ArchiveProfile |
ArchiveProfileFactoryProvider.newProfile(java.lang.String name,
Cookie cookie) |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
AbstractStatefulFileGroupsPackagerProvider.canCreate(FileGroups filegroup,
ToolkitContext tkContext,
Cookie cookie) |
protected abstract boolean |
AbstractFileGroupsPackagerProvider.canCreate(FileGroups filegroup,
ToolkitContext tkContext,
Cookie cookie) |
protected abstract boolean |
AbstractStatefulFileGroupPackagerProvider.canCreate(FileGroup filegroup,
ToolkitContext tkContext,
Cookie cookie) |
protected abstract boolean |
AbstractFileGroupPackagerProvider.canCreate(FileGroup filegroup,
ToolkitContext tkContext,
Cookie cookie) |
protected abstract StatefulFileGroupPackager |
AbstractStatefulFileGroupPackagerProvider.newFileGroupPackager(FileGroup filegroup,
ToolkitContext tkContext,
Cookie cookie) |
protected abstract FileGroupPackager |
AbstractFileGroupPackagerProvider.newFileGroupPackager(FileGroup filegroup,
ToolkitContext tkContext,
Cookie cookie) |
protected abstract StatefulFileGroupsPackager |
AbstractStatefulFileGroupsPackagerProvider.newFileGroupsPackager(FileGroups filegroups,
ToolkitContext tkContext,
Cookie cookie) |
protected abstract FileGroupsPackager |
AbstractFileGroupsPackagerProvider.newFileGroupsPackager(FileGroups filegroups,
ToolkitContext tkContext,
Cookie cookie) |
Modifier and Type | Method and Description |
---|---|
boolean |
HashDependableIO.canRead(Element element,
HashStructure hash,
ToolkitContext tkContext,
Cookie cookie) |
boolean |
HashDependableIO.canWrite(Element element,
Dependable Dependable,
ToolkitContext tkContext,
Cookie cookie) |
Dependable |
HashDependableIO.read(Element element,
HashStructure hash,
Cookie cookie) |
void |
HashDependableIO.write(Element element,
Dependable Dependable,
HashStructure hash,
Cookie cookie) |
Modifier and Type | Field and Description |
---|---|
protected Cookie |
AbstractProfileFactoryProvider.DefaultProfileFactory.cookie_ |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractHashProfileMigratorProvider.canCreate(Element element,
ToolkitContext tkContext,
Cookie cookie) |
protected abstract boolean |
AbstractDependableFactoryProvider.canCreate(Element element,
ToolkitContext tkContext,
Cookie cookie) |
protected abstract boolean |
AbstractCommandFactoryProvider.canCreate(java.lang.Object command,
Element element,
ToolkitContext context,
Cookie cookie) |
protected abstract boolean |
AbstractProfileFactoryProvider.canCreate(ToolkitContext tkContext,
Cookie cookie)
Check quickly if a
Profile of given type can be constructed. |
protected abstract boolean |
AbstractHashProfileIOProvider.canRead(Element element,
HashStructure hash,
ToolkitContext tkContext,
Cookie cookie) |
protected abstract boolean |
AbstractHashDependableIOProvider.canRead(Element element,
HashStructure hash,
ToolkitContext tkContext,
Cookie cookie) |
protected abstract boolean |
AbstractProfileIOProvider.canRead(Element element,
ToolkitContext context,
Cookie cookie) |
protected abstract boolean |
AbstractDependableIOProvider.canRead(Element element,
ToolkitContext context,
Cookie cookie) |
protected abstract boolean |
AbstractHashDependableIOProvider.canWrite(Element element,
Dependable Dependable,
ToolkitContext tkContext,
Cookie cookie) |
protected abstract boolean |
AbstractHashProfileIOProvider.canWrite(Element element,
Profile profile,
ToolkitContext tkContext,
Cookie cookie) |
protected abstract boolean |
AbstractProfileIOProvider.canWrite(Element element,
ToolkitContext context,
Cookie cookie) |
protected abstract boolean |
AbstractDependableIOProvider.canWrite(Element element,
ToolkitContext context,
Cookie cookie) |
protected abstract DeployCommand |
AbstractCommandFactoryProvider.createCommand(java.lang.Object command,
Cookie cookie) |
protected abstract Dependable[] |
AbstractDependableFactoryProvider.createDependables(Element element,
Cookie cookie) |
protected abstract Profile |
AbstractProfileFactoryProvider.createProfile(java.lang.String name,
Cookie cookie)
Called to create a Profile of type
profileClass . |
protected Toolkit |
AbstractProfileFactoryProvider.createProfileFactory(Cookie cookie) |
protected abstract java.util.List<Dependable> |
AbstractDependableIOProvider.getAllDependables(Element element,
Cookie cookie) |
protected abstract java.util.List<Profile> |
AbstractProfileIOProvider.getAllProfiles(Element element,
Cookie cookie) |
protected abstract java.lang.String |
AbstractHashProfileIOProvider.getName(Element element,
HashStructure hash,
Cookie cookie) |
protected abstract Profile |
AbstractProfileIOProvider.getProfileByName(java.lang.String name,
Element element,
Cookie cookie) |
protected abstract ProfileFactory |
AbstractProfileRecognizerProvider.getProfileFactory(Cookie cookie) |
protected abstract ProfileInfo |
AbstractProfileRecognizerProvider.getProfileInfo(Cookie cookie) |
protected abstract java.util.Set<java.lang.String> |
AbstractProfileIOProvider.getProfileNames(Element element,
Cookie cookie) |
protected abstract java.util.Iterator<Profile> |
AbstractProfileIOProvider.iterator(Element element,
Cookie cookie) |
protected abstract java.util.Iterator<Dependable> |
AbstractDependableIOProvider.iterator(Element element,
Cookie cookie) |
protected abstract Profile |
AbstractHashProfileMigratorProvider.migrateProfile(Profile profile,
ToolkitContext tkContext,
Cookie cookie) |
protected abstract Profile |
AbstractHashProfileIOProvider.read(Element element,
HashStructure hash,
Cookie cookie) |
protected abstract Dependable |
AbstractHashDependableIOProvider.read(Element element,
HashStructure hash,
Cookie cookie) |
protected abstract boolean |
AbstractProfileRecognizerProvider.recognize(Element element,
ToolkitContext tkContext,
Cookie cookie) |
protected abstract boolean |
AbstractDependableIOProvider.remove(Dependable dependable,
Element element,
Cookie cookie) |
protected abstract boolean |
AbstractProfileIOProvider.remove(Profile profile,
Element element,
Cookie cookie) |
protected abstract void |
AbstractProfileIOProvider.removeAll(Element element,
Cookie cookie) |
protected abstract void |
AbstractDependableIOProvider.removeAll(Element element,
Cookie cookie) |
protected abstract boolean |
AbstractProfileIOProvider.removeByName(java.lang.String name,
Element element,
Cookie cookie) |
protected abstract boolean |
AbstractDependableIOProvider.write(Dependable dependable,
Element element,
Cookie cookie) |
protected abstract void |
AbstractHashDependableIOProvider.write(Element element,
Dependable Dependable,
HashStructure hash,
Cookie cookie) |
protected abstract void |
AbstractHashProfileIOProvider.write(Element element,
Profile profile,
HashStructure hash,
Cookie cookie) |
protected abstract boolean |
AbstractProfileIOProvider.write(Profile profile,
Element element,
Cookie cookie) |
Constructor and Description |
---|
AbstractHashProfileMigratorProvider.DefaultHashProfileMigrator(ToolkitContext tkContext,
Cookie cookie) |