public interface MakePackageService
| Modifier and Type | Field and Description |
|---|---|
static String |
ANT_FILE_NAME |
| Modifier and Type | Method and Description |
|---|---|
void |
createPackage(OutputStream packageStream) |
void |
createPackageIndex(URL downloadurl,
OutputStream packageStream) |
void |
createPackageIndexSet(URL downloadurl,
OutputStream packageStream) |
void |
createPackageSet(OutputStream packageStream) |
String |
getDefaultAntScript() |
Manager |
getManager() |
void |
preparePackage() |
static final String ANT_FILE_NAME
Manager getManager()
void preparePackage()
throws MakePackageServiceException
MakePackageServiceExceptionvoid createPackage(OutputStream packageStream) throws MakePackageServiceException
MakePackageServiceExceptionvoid createPackageIndex(URL downloadurl, OutputStream packageStream) throws MakePackageServiceException
MakePackageServiceExceptionvoid createPackageSet(OutputStream packageStream) throws MakePackageServiceException
MakePackageServiceExceptionvoid createPackageIndexSet(URL downloadurl, OutputStream packageStream) throws MakePackageServiceException
MakePackageServiceExceptionString getDefaultAntScript() throws MakePackageServiceException
MakePackageServiceException