org.modeldriven.fuml.io
Class FileArtifact

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

public class FileArtifact
extends Object
implements RepositoryArtifact


Constructor Summary
FileArtifact(File file, String namespaceURI)
           
 
Method Summary
 File getFile()
           
 String getNamespaceURI()
           
 String getURN()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileArtifact

public FileArtifact(File file,
                    String namespaceURI)
Method Detail

getURN

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

getFile

public File getFile()

getNamespaceURI

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


Copyright © 2012. All Rights Reserved.