org.modeldriven.fuml.io
Class FileArtifact

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

public class FileArtifact
extends java.lang.Object
implements RepositoryArtifact


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

Constructor Detail

FileArtifact

public FileArtifact(java.io.File file,
                    java.lang.String namespaceURI)
Method Detail

getURN

public java.lang.String getURN()
Specified by:
getURN in interface RepositoryArtifact

getFile

public java.io.File getFile()

getNamespaceURI

public java.lang.String getNamespaceURI()
Specified by:
getNamespaceURI in interface RepositoryArtifact


Copyright © 2015. All Rights Reserved.