Remote Systems
v6.4.1

com.ibm.etools.systems.localfilesubsys.impl
Class LocalfilesubsysPackageImpl

java.lang.Object
  extended byEPackageImpl
      extended bycom.ibm.etools.systems.localfilesubsys.impl.LocalfilesubsysPackageImpl
All Implemented Interfaces:
LocalfilesubsysPackage

public class LocalfilesubsysPackageImpl
extends EPackageImpl
implements LocalfilesubsysPackage

An implementation of the model Package.

See Also:
Serialized Form

Field Summary
static String copyright
           
 
Fields inherited from interface com.ibm.etools.systems.localfilesubsys.LocalfilesubsysPackage
eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, LOCAL_CMD_SUB_SYSTEM, LOCAL_CMD_SUB_SYSTEM__ADDITIONAL_ATTRIBUTES, LOCAL_CMD_SUB_SYSTEM__ENV_VARS, LOCAL_CMD_SUB_SYSTEM__FACTORY_ID, LOCAL_CMD_SUB_SYSTEM__FILTER_POOL_REFERENCE_MANAGER, LOCAL_CMD_SUB_SYSTEM__HIDDEN, LOCAL_CMD_SUB_SYSTEM__IBM_ATTRIBUTES, LOCAL_CMD_SUB_SYSTEM__NAME, LOCAL_CMD_SUB_SYSTEM__PORT, LOCAL_CMD_SUB_SYSTEM__REMOTE_SERVER_LAUNCHER, LOCAL_CMD_SUB_SYSTEM__USE_SSL, LOCAL_CMD_SUB_SYSTEM__USER_ID, LOCAL_CMD_SUB_SYSTEM__VENDOR_ATTRIBUTES, LOCAL_CMD_SUB_SYSTEM_FACTORY, LOCAL_CMD_SUB_SYSTEM_FACTORY__FILTER_POOL_MANAGER_LIST, LOCAL_CMD_SUB_SYSTEM_FACTORY__SUB_SYSTEM_LIST, LOCAL_CMD_SUB_SYSTEM_FACTORY_FEATURE_COUNT, LOCAL_CMD_SUB_SYSTEM_FEATURE_COUNT, LOCAL_FILE_SUB_SYSTEM, LOCAL_FILE_SUB_SYSTEM__ADDITIONAL_ATTRIBUTES, LOCAL_FILE_SUB_SYSTEM__FACTORY_ID, LOCAL_FILE_SUB_SYSTEM__FILTER_POOL_REFERENCE_MANAGER, LOCAL_FILE_SUB_SYSTEM__HIDDEN, LOCAL_FILE_SUB_SYSTEM__HOME_FOLDER, LOCAL_FILE_SUB_SYSTEM__IBM_ATTRIBUTES, LOCAL_FILE_SUB_SYSTEM__NAME, LOCAL_FILE_SUB_SYSTEM__PORT, LOCAL_FILE_SUB_SYSTEM__REMOTE_SERVER_LAUNCHER, LOCAL_FILE_SUB_SYSTEM__USE_SSL, LOCAL_FILE_SUB_SYSTEM__USER_ID, LOCAL_FILE_SUB_SYSTEM__VENDOR_ATTRIBUTES, LOCAL_FILE_SUB_SYSTEM_FACTORY, LOCAL_FILE_SUB_SYSTEM_FACTORY__FILTER_POOL_MANAGER_LIST, LOCAL_FILE_SUB_SYSTEM_FACTORY__SUB_SYSTEM_LIST, LOCAL_FILE_SUB_SYSTEM_FACTORY_FEATURE_COUNT, LOCAL_FILE_SUB_SYSTEM_FEATURE_COUNT
 
Method Summary
 void createPackageContents()
          Creates the meta-model objects for the package.
 EClass getLocalCmdSubSystem()
           
 EClass getLocalCmdSubSystemFactory()
           
 LocalfilesubsysFactory getLocalfilesubsysFactory()
           
 EClass getLocalFileSubSystem()
           
 EClass getLocalFileSubSystemFactory()
           
static LocalfilesubsysPackage init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 void initializePackageContents()
          Complete the initialization of the package and its meta-model.
 
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
Method Detail

init

public static LocalfilesubsysPackage init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. Simple dependencies are satisfied by calling this method on all dependent packages before doing anything else. This method drives initialization for interdependent packages directly, in parallel with this package, itself.

Of this package and its interdependencies, all packages which have not yet been registered by their URI values are first created and registered. The packages are then initialized in two steps: meta-model objects for all of the packages are created before any are initialized, since one package's meta-model objects may refer to those of another.

Invocation of this method will not affect any packages that have already been initialized.

See Also:
LocalfilesubsysPackage.eNS_URI, createPackageContents(), initializePackageContents()

getLocalFileSubSystemFactory

public EClass getLocalFileSubSystemFactory()

Specified by:
getLocalFileSubSystemFactory in interface LocalfilesubsysPackage
Returns:
the meta object for class 'Local File Sub System Factory'.
See Also:
LocalFileSubSystemFactory

getLocalFileSubSystem

public EClass getLocalFileSubSystem()

Specified by:
getLocalFileSubSystem in interface LocalfilesubsysPackage
Returns:
the meta object for class 'Local File Sub System'.
See Also:
LocalFileSubSystem

getLocalCmdSubSystem

public EClass getLocalCmdSubSystem()

Specified by:
getLocalCmdSubSystem in interface LocalfilesubsysPackage
Returns:
the meta object for class 'Local Cmd Sub System'.
See Also:
LocalCmdSubSystem

getLocalCmdSubSystemFactory

public EClass getLocalCmdSubSystemFactory()

Specified by:
getLocalCmdSubSystemFactory in interface LocalfilesubsysPackage
Returns:
the meta object for class 'Local Cmd Sub System Factory'.
See Also:
LocalCmdSubSystemFactory

getLocalfilesubsysFactory

public LocalfilesubsysFactory getLocalfilesubsysFactory()

Specified by:
getLocalfilesubsysFactory in interface LocalfilesubsysPackage
Returns:
the factory that creates the instances of the model.

createPackageContents

public void createPackageContents()
Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.


initializePackageContents

public void initializePackageContents()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.


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.