Uses of Class
org.objectweb.dsrg.sofa.repository.model.DataStreamType

Packages that use DataStreamType
org.objectweb.dsrg.sofa.repository   
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
 

Uses of DataStreamType in org.objectweb.dsrg.sofa.repository
 

Methods in org.objectweb.dsrg.sofa.repository with parameters of type DataStreamType
static org.eclipse.emf.common.util.URI SofaURIFactory.createDataURI(org.eclipse.emf.common.util.URI metaObject, DataStreamType dataStreamType)
          Static method used to create instance of SofaURI which uniquely represents DATA content of repository attached to meta object specified by metaObject URI.
static org.eclipse.emf.common.util.URI SofaURIFactory.createDataURIWithQuery(org.eclipse.emf.common.util.URI metaObject, DataStreamType dataStreamType, java.util.Map<java.lang.String,java.lang.String> params)
          Static method used to create instance of SofaURI which uniquely represents DATA content of repository attached to meta object specified by metaObject URI and by query string which is constructed from params map.
 

Uses of DataStreamType in org.objectweb.dsrg.sofa.repository.model
 

Fields in org.objectweb.dsrg.sofa.repository.model with type parameters of type DataStreamType
static java.util.List<DataStreamType> DataStreamType.VALUES
          A public read-only list of all the 'Data Stream Type' enumerators
 

Methods in org.objectweb.dsrg.sofa.repository.model that return DataStreamType
static DataStreamType DataStreamType.get(int value)
          Returns the 'Data Stream Type' literal with the specified integer value
static DataStreamType DataStreamType.get(java.lang.String literal)
          Returns the 'Data Stream Type' literal with the specified literal value
static DataStreamType DataStreamType.getByName(java.lang.String name)
          Returns the 'Data Stream Type' literal with the specified name
static DataStreamType DataStreamType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DataStreamType[] DataStreamType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type DataStreamType
 java.io.InputStream CodeBundle.getDataInputStream(DataStreamType dataStreamType)
          Opens data input stream into specified stream of CodeBundle.
 java.io.InputStream CodeBundle.getDataInputStream(DataStreamType dataStream, java.lang.String jarEntryName)
          Opens data output stream into specified stream of CodeBundle and specified JAR entry only.
 java.io.InputStream CodeBundle.getDataInputStream(DataStreamType dataStream, java.lang.String jarEntryName, boolean recursiveSearching)
          Opens data output stream into specified stream of CodeBundle and specified JAR entry only.
 java.io.OutputStream CodeBundle.getDataOutputStream(DataStreamType dataStreamType)
          Opens data output stream into specified stream of CodeBundle.
 java.util.jar.Manifest CodeBundle.getJarManifest(DataStreamType dataStream)
          Get Manifest object for JAR file stored in this Codebundle.
 

Uses of DataStreamType in org.objectweb.dsrg.sofa.repository.model.impl
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return DataStreamType
 DataStreamType ModelFactoryImpl.createDataStreamTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type DataStreamType
 java.io.InputStream CodeBundleImpl.getDataInputStream(DataStreamType dataStreamType)
           
 java.io.InputStream CodeBundleImpl.getDataInputStream(DataStreamType dataStreamType, java.lang.String jarEntryName)
           
 java.io.InputStream CodeBundleImpl.getDataInputStream(DataStreamType dataStreamType, java.lang.String jarEntryName, boolean recursiveSearch)
           
 java.io.OutputStream CodeBundleImpl.getDataOutputStream(DataStreamType dataStream)
           
 java.util.jar.Manifest CodeBundleImpl.getJarManifest(DataStreamType dataStream)