org.sourcejammer.project.controller
Class ArchiveFactory
java.lang.Object
|
+--org.sourcejammer.project.controller.ArchiveFactory
- public class ArchiveFactory
- extends java.lang.Object
Factory class that returns Arvhive objects.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
getInstance
public static ArchiveFactory getInstance()
getArchive
public Archive getArchive(java.lang.String archiveName)
throws FileAccessException
makeArchive
public void makeArchive(java.lang.String archiveName,
java.lang.String rootPath)
throws FileAccessException
- Uses filesys as default implementation.
makeArchive
public void makeArchive(java.lang.String archiveName,
java.lang.String rootPath,
int implementation)
throws FileAccessException