Package | Description |
---|---|
org.eclipse.scada.utils.pkg.deb |
Modifier and Type | Field and Description |
---|---|
static EntryInformation |
EntryInformation.DEFAULT_DIRECTORY |
static EntryInformation |
EntryInformation.DEFAULT_FILE |
static EntryInformation |
EntryInformation.DEFAULT_FILE_CONF |
static EntryInformation |
EntryInformation.DEFAULT_FILE_EXEC |
Modifier and Type | Method and Description |
---|---|
void |
BinaryPackageBuilder.addDirectory(String directory,
EntryInformation entryInformation)
Add a directory to the binary package
|
void |
DebianPackageWriter.addDirectory(String directory,
EntryInformation entryInformation) |
void |
DebianPackageWriter.addFile(byte[] content,
String fileName,
EntryInformation entryInformation) |
void |
BinaryPackageBuilder.addFile(ContentProvider contentProvider,
String fileName,
EntryInformation entryInformation)
Add a file to the binary package
|
void |
DebianPackageWriter.addFile(ContentProvider contentProvider,
String fileName,
EntryInformation entryInformation) |
void |
DebianPackageWriter.addFile(File file,
String fileName,
EntryInformation entryInformation) |
void |
DebianPackageWriter.addFile(String content,
String fileName,
EntryInformation entryInformation) |
protected void |
DebianPackageWriter.internalAddDirectory(String path,
EntryInformation entryInformation) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.