com.ibm.xtools.bpmn2.util
Class Bpmn2ResourceFactoryImpl

java.lang.Object
  extended by org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
      extended by com.ibm.xtools.bpmn2.util.Bpmn2ResourceFactoryImpl
All Implemented Interfaces:
org.eclipse.emf.ecore.resource.Resource.Factory

public class Bpmn2ResourceFactoryImpl
extends org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl

The Resource Factory associated with the package.

See Also:
Bpmn2ResourceImpl

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.resource.Resource.Factory
org.eclipse.emf.ecore.resource.Resource.Factory.Descriptor, org.eclipse.emf.ecore.resource.Resource.Factory.Registry
 
Field Summary
static java.lang.String DEFAULT_ENCODING
           
static int DEFAULT_LINE_WIDTH
           
static java.lang.Integer FLUSH_THRESHOLD
           
 
Constructor Summary
Bpmn2ResourceFactoryImpl()
          Creates an instance of the resource factory.
 
Method Summary
 org.eclipse.emf.ecore.resource.Resource createResource(org.eclipse.emf.common.util.URI uri)
          Creates an instance of the resource.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FLUSH_THRESHOLD

public static final java.lang.Integer FLUSH_THRESHOLD

DEFAULT_ENCODING

public static final java.lang.String DEFAULT_ENCODING
See Also:
Constant Field Values

DEFAULT_LINE_WIDTH

public static final int DEFAULT_LINE_WIDTH
See Also:
Constant Field Values
Constructor Detail

Bpmn2ResourceFactoryImpl

public Bpmn2ResourceFactoryImpl()
Creates an instance of the resource factory.

Method Detail

createResource

public org.eclipse.emf.ecore.resource.Resource createResource(org.eclipse.emf.common.util.URI uri)
Creates an instance of the resource.

Specified by:
createResource in interface org.eclipse.emf.ecore.resource.Resource.Factory
Overrides:
createResource in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl