org.modeldriven.fuml.io
Class ResourceArtifact

java.lang.Object
  extended by org.modeldriven.fuml.io.ResourceArtifact
All Implemented Interfaces:
RepositoryArtifact

public class ResourceArtifact
extends Object
implements RepositoryArtifact


Constructor Summary
ResourceArtifact(String urn, String namespaceUri, InputStream stream)
           
 
Method Summary
 InputStream getInputStream()
           
 String getName()
           
 String getNamespaceURI()
           
 String getURN()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceArtifact

public ResourceArtifact(String urn,
                        String namespaceUri,
                        InputStream stream)
Method Detail

getName

public String getName()

getURN

public String getURN()
Specified by:
getURN in interface RepositoryArtifact

getInputStream

public InputStream getInputStream()

getNamespaceURI

public String getNamespaceURI()
Specified by:
getNamespaceURI in interface RepositoryArtifact


Copyright © 2012. All Rights Reserved.