info.aduna.spectacle
Class Profile

java.lang.Object
  extended by info.aduna.spectacle.Profile
All Implemented Interfaces:
Comparable<Profile>

public class Profile
extends Object
implements Comparable<Profile>


Constructor Summary
Profile(String id, String name, org.openrdf.model.URI modelURI, File profileDir)
           
 
Method Summary
 void close()
           
 int compareTo(Profile other)
           
 String getID()
           
 InfoSourceManager getInfoSourceManager()
           
 File getMapDir()
           
 org.openrdf.model.URI getModelURI()
           
 String getName()
           
 File getProfileDir()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Profile

public Profile(String id,
               String name,
               org.openrdf.model.URI modelURI,
               File profileDir)
Method Detail

getID

public String getID()

getName

public String getName()

setName

public void setName(String name)
Parameters:
name -

getModelURI

public org.openrdf.model.URI getModelURI()

getProfileDir

public File getProfileDir()

getMapDir

public File getMapDir()

getInfoSourceManager

public InfoSourceManager getInfoSourceManager()

close

public void close()
           throws IOException
Throws:
IOException

compareTo

public int compareTo(Profile other)
Specified by:
compareTo in interface Comparable<Profile>


Copyright © 1997-2008 Aduna. All Rights Reserved.