public class DebianHandler extends CommonHandler
applicationNode| Constructor and Description |
|---|
DebianHandler(ApplicationNode applicationNode,
DebianDeploymentMechanism deploy) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getBaseFolderName() |
protected void |
handleProcess(org.eclipse.core.resources.IFolder nodeDir,
org.eclipse.core.runtime.IProgressMonitor monitor,
Map<String,String> properties) |
protected void |
processDriver(org.eclipse.core.runtime.IProgressMonitor monitor,
File packageFolder,
Map<String,String> replacements,
String driverName,
File sourceDir,
File driverDir) |
protected void |
processEquinox(File sourceBase,
File packageFolder,
Map<String,String> replacements,
org.eclipse.core.runtime.IProgressMonitor monitor,
String name) |
createDriver, createDrivers, createEquinox, getPackageFolder, getPackageName, makeDriverList, makeEquinoxList, needP2, patchProfile, processpublic DebianHandler(ApplicationNode applicationNode, DebianDeploymentMechanism deploy)
protected String getBaseFolderName()
getBaseFolderName in class CommonHandlerprotected void handleProcess(org.eclipse.core.resources.IFolder nodeDir,
org.eclipse.core.runtime.IProgressMonitor monitor,
Map<String,String> properties)
throws Exception
handleProcess in class CommonHandlerExceptionprotected void processDriver(org.eclipse.core.runtime.IProgressMonitor monitor,
File packageFolder,
Map<String,String> replacements,
String driverName,
File sourceDir,
File driverDir)
throws IOException,
Exception
processDriver in class CommonHandlerIOExceptionExceptionprotected void processEquinox(File sourceBase, File packageFolder, Map<String,String> replacements, org.eclipse.core.runtime.IProgressMonitor monitor, String name) throws IOException, Exception, FileNotFoundException
processEquinox in class CommonHandlerIOExceptionExceptionFileNotFoundException