Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.compile
Class SystemCompileContributor

java.lang.Object
  extended bycom.ibm.etools.systems.core.ui.compile.SystemCompileContributor
All Implemented Interfaces:
ISystemCompileXMLConstants

public class SystemCompileContributor
extends Object
implements ISystemCompileXMLConstants


Field Summary
 
Fields inherited from interface com.ibm.etools.systems.core.ui.compile.ISystemCompileXMLConstants
COMPILECOMMAND_ELEMENT, Copyright, COPYRIGHT_ELEMENT, COPYRIGHT_TEXT, CURRENT_ATTRIBUTE, DEFAULT_ATTRIBUTE, FILE_NAME, ID_ATTRIBUTE, JOBENV_ATTRIBUTE, LABEL_ATTRIBUTE, LABEL_EDITABLE_ATTRIBUTE, LASTUSED_ATTRIBUTE, MENU_ATTRIBUTE, MENU_BOTH_VALUE, MENU_NON_PROMPTABLE_VALUE, MENU_NONE_VALUE, MENU_PROMPTABLE_VALUE, NATURE_ATTRIBUTE, NATURE_IBM_VALUE, NATURE_ISV_VALUE, NATURE_USER_VALUE, ORDER_ATTRIBUTE, ROOT_ELEMENT, STRING_EDITABLE_ATTRIBUTE, TYPE_ATTRIBUTE, TYPE_ELEMENT, VERSION_ATTRIBUTE, VERSION_VALUE
 
Constructor Summary
SystemCompileContributor(IConfigurationElement element)
           
 
Method Summary
 void contributeCompileCommand(SystemCompileProfile prf, Object element)
          Contribute the compile command.
 String getNameFilter()
          Getter method.
 String getSubSystemFactoryId()
          Getter method.
 String getTypeFilter()
          Getter method.
 boolean isApplicableTo(Object element)
          Returns true if the current selection matches all the given filtering criteria, false otherwise.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemCompileContributor

public SystemCompileContributor(IConfigurationElement element)
Method Detail

getSubSystemFactoryId

public String getSubSystemFactoryId()
Getter method. Return what was specified for the subsystemfactoryid xml attribute.


getNameFilter

public String getNameFilter()
Getter method. Return what was specified for the namefilter xml attribute.


getTypeFilter

public String getTypeFilter()
Getter method. Return what was specified for the typefilter xml attribute.


isApplicableTo

public boolean isApplicableTo(Object element)
Returns true if the current selection matches all the given filtering criteria, false otherwise.


contributeCompileCommand

public void contributeCompileCommand(SystemCompileProfile prf,
                                     Object element)
Contribute the compile command.


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.