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
MakePackageServiceException
void createPackage(OutputStream packageStream) throws MakePackageServiceException
MakePackageServiceException
void createPackageIndex(URL downloadurl, OutputStream packageStream) throws MakePackageServiceException
MakePackageServiceException
void createPackageSet(OutputStream packageStream) throws MakePackageServiceException
MakePackageServiceException
void createPackageIndexSet(URL downloadurl, OutputStream packageStream) throws MakePackageServiceException
MakePackageServiceException
String getDefaultAntScript() throws MakePackageServiceException
MakePackageServiceException