Package org.sakaiproject.archive.cover
Class ArchiveService
- java.lang.Object
-
- org.sakaiproject.archive.cover.ArchiveService
-
public class ArchiveService extends Object
ArchiveService is a static Cover for the
ArchiveService; see that interface for usage details.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Constructor Summary
Constructors Constructor Description ArchiveService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringarchive(String param0)static ArchiveServicegetInstance()Access the component instance: special cover only method.static Stringmerge(String param0, String param1, String param2)
-
-
-
Field Detail
-
SERVICE_NAME
public static String SERVICE_NAME
-
-