Remote Systems
v6.4.1

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

java.lang.Object
  extended byEFactoryImpl
      extended bycom.ibm.etools.systems.localfilesubsys.impl.LocalfilesubsysFactoryImpl
All Implemented Interfaces:
LocalfilesubsysFactory

public class LocalfilesubsysFactoryImpl
extends EFactoryImpl
implements LocalfilesubsysFactory

An implementation of the model Factory.

See Also:
Serialized Form

Field Summary
static String copyright
           
 
Fields inherited from interface com.ibm.etools.systems.localfilesubsys.LocalfilesubsysFactory
eINSTANCE
 
Constructor Summary
LocalfilesubsysFactoryImpl()
          Creates and instance of the factory
 
Method Summary
 EObject create(EClass eClass)
           
 LocalCmdSubSystem createLocalCmdSubSystem()
           
 LocalCmdSubSystemFactory createLocalCmdSubSystemFactory()
           
 LocalFileSubSystem createLocalFileSubSystem()
           
 LocalFileSubSystemFactory createLocalFileSubSystemFactory()
           
 LocalfilesubsysPackage getLocalfilesubsysPackage()
           
static LocalfilesubsysPackage getPackage()
           
 
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

LocalfilesubsysFactoryImpl

public LocalfilesubsysFactoryImpl()
Creates and instance of the factory.

Method Detail

create

public EObject create(EClass eClass)


createLocalFileSubSystemFactory

public LocalFileSubSystemFactory createLocalFileSubSystemFactory()

Specified by:
createLocalFileSubSystemFactory in interface LocalfilesubsysFactory
Returns:
a new object of class 'Local File Sub System Factory'.

createLocalFileSubSystem

public LocalFileSubSystem createLocalFileSubSystem()

Specified by:
createLocalFileSubSystem in interface LocalfilesubsysFactory
Returns:
a new object of class 'Local File Sub System'.

createLocalCmdSubSystem

public LocalCmdSubSystem createLocalCmdSubSystem()

Specified by:
createLocalCmdSubSystem in interface LocalfilesubsysFactory
Returns:
a new object of class 'Local Cmd Sub System'.

createLocalCmdSubSystemFactory

public LocalCmdSubSystemFactory createLocalCmdSubSystemFactory()

Specified by:
createLocalCmdSubSystemFactory in interface LocalfilesubsysFactory
Returns:
a new object of class 'Local Cmd Sub System Factory'.

getLocalfilesubsysPackage

public LocalfilesubsysPackage getLocalfilesubsysPackage()

Specified by:
getLocalfilesubsysPackage in interface LocalfilesubsysFactory
Returns:
the package supported by this factory.

getPackage

public static LocalfilesubsysPackage getPackage()


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.