Remote Systems
v6.4.1

com.ibm.etools.systems.files.compile
Class LocalCompileProfile

java.lang.Object
  extended bycom.ibm.etools.systems.core.ui.compile.SystemCompileProfile
      extended bycom.ibm.etools.systems.files.compile.UniversalCompileProfile
          extended bycom.ibm.etools.systems.files.compile.LocalCompileProfile
All Implemented Interfaces:
ISystemCompileXMLConstants

public class LocalCompileProfile
extends UniversalCompileProfile

Specialization of the compile profile class, uniquely for the compile support of files from the local file subsystem.


Field Summary
static String Copyright
           
 
Fields inherited from interface com.ibm.etools.systems.core.ui.compile.ISystemCompileXMLConstants
COMPILECOMMAND_ELEMENT, 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
LocalCompileProfile(SystemCompileManager manager, String profileName)
          Constructor
 
Methods inherited from class com.ibm.etools.systems.files.compile.UniversalCompileProfile
getCompilableSourceObject
 
Methods inherited from class com.ibm.etools.systems.core.ui.compile.SystemCompileProfile
addCompileType, addContributions, doPreRead, getAssociatedData, getCompileFolder, getCompileProfileFile, getCompileProfileJavaFile, getCompileType, getCompileTypes, getCompileTypesArray, getParentManager, getProfile, getProfileName, getSaveFileName, migrateCompileCommand, printCommandsByType, removeCompileType, setAssociatedData, setProfileName, sub, writeToDisk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

LocalCompileProfile

public LocalCompileProfile(SystemCompileManager manager,
                           String profileName)
Constructor

Parameters:
manager -
profileName -

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.