Package | Description |
---|---|
de.esprit.appsuite.appstore |
These classes implement the Application-Store for remote software installation
|
de.esprit.appsuite.io |
Contains various context based IO tools
|
de.esprit.appsuite.io.archive |
Contains base classes for the archive tools
|
de.esprit.appsuite.io.archive.tar |
Contains classes for TAR archive support
|
de.esprit.appsuite.io.archive.zip |
Contains classes for ZIP archive support
|
de.esprit.appsuite.io.parser |
Contains base classes for parsing text files
|
de.esprit.appsuite.nio.ascii |
Contains classes for very fast ascii-file parsing.
|
de.esprit.appsuite.nio.ndf |
Contains Parser and Writer for the Neutral Data Format (NDF).
|
de.esprit.appsuite.xml |
Contains support classes for efficient XML reading and writing
|
de.esprit.common.io |
Contains input/output related classes like readers and writers.
|
de.esprit.common.util |
Contains useful GUI utility classes for common usage.
|
de.esprit.netsuite.client.activity.transfer |
Contains Transfer activity monitoring classes
|
de.esprit.netsuite.io |
Contains classes for server side IO support
|
Modifier and Type | Method and Description |
---|---|
protected void |
AppCacheUpdater.performExtraction(AbstractAsyncTask installTask,
java.io.InputStream inStream,
FileInfo fileInfo,
java.io.File targetDir,
java.lang.String repository,
java.io.File timestampFile,
long timestamp) |
Constructor and Description |
---|
ZipSoftwareExtractor(ApplicationContext ctx,
java.io.InputStream inStream,
FileInfo fileInfo,
java.io.File targetDir,
java.io.FileFilter excludeFilter,
java.lang.String repository,
java.io.File timestampFile,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
FileInfo |
ProgressReader.getFileInfo() |
FileInfo |
ProgressInputStream.getFileInfo() |
FileInfo |
ProgressFileInputStream.getFileInfo() |
Constructor and Description |
---|
KeywordNotFoundException(int lineNo,
FileInfo fileInfo,
java.lang.String keyword) |
ProgressInputStream(AsyncExecutable progressorTask,
FileInfo fileInfo,
java.io.InputStream inStream) |
ProgressInputStream(FileInfo fileInfo,
java.io.InputStream inStream) |
UnexpectedEndOfFileException(int lineNo,
FileInfo fileInfo) |
UnexpectedEndOfFileException(int lineNo,
FileInfo fileInfo,
NlsKey nls,
java.lang.Object... args) |
UnexpectedKeywordException(int lineNo,
FileInfo fileInfo,
java.lang.String[] expectedKeywords,
java.lang.String foundKeyword) |
UnexpectedKeywordException(int lineNo,
FileInfo fileInfo,
java.lang.String expectedKeyword,
java.lang.String foundKeyword) |
Modifier and Type | Method and Description |
---|---|
protected abstract FileInfo |
ArchiveEntry.createFileInfo(E entry) |
FileInfo |
ArchiveEntry.getFileInfo() |
Modifier and Type | Class and Description |
---|---|
class |
TarEntryInfo
This class stores
ZipEntry information. |
Modifier and Type | Method and Description |
---|---|
protected FileInfo |
TarArchiveEntry.createFileInfo(TarEntry entry) |
Modifier and Type | Method and Description |
---|---|
void |
TarExtractor.setInputStream(java.io.InputStream inStream,
FileInfo info)
Sets the input stream to be read.
|
Modifier and Type | Class and Description |
---|---|
class |
ZipEntryInfo
This class stores
ZipEntry information. |
Modifier and Type | Method and Description |
---|---|
protected FileInfo |
ZipArchiveEntry.createFileInfo(java.util.zip.ZipEntry entry) |
Modifier and Type | Method and Description |
---|---|
void |
ZipExtractor.setInputStream(java.io.InputStream inStream,
FileInfo info)
Sets the input stream to be read.
|
Modifier and Type | Method and Description |
---|---|
FileInfo |
ParseException.getFileInfo() |
FileInfo |
DataParser.getFileInfo()
May be null if we are reading a system resource
|
Modifier and Type | Method and Description |
---|---|
protected void |
DataParser.doOnFileClosed(FileInfo fileInfo)
Is called after the file has been closed
|
protected void |
DataParser.doOnFileOpening(FileInfo fileInfo)
Is called when the file is being opened
|
Constructor and Description |
---|
DataParser(C ctx,
FileInfo fileInfo) |
DataParser(C ctx,
java.io.InputStream inStream,
FileInfo fileInfo) |
DataParser(C ctx,
LogChannel logCh,
FileInfo fileInfo) |
DataParser(C ctx,
LogChannel logCh,
FileInfo fileInfo,
int buffSize) |
DataParser(C ctx,
LogChannel logCh,
java.io.InputStream inStream,
FileInfo fileInfo) |
ParseException(int lineNo,
FileInfo fileInfo,
java.lang.Exception cause) |
ParseException(int lineNo,
FileInfo fileInfo,
NlsKey nls,
java.lang.Object... args) |
Modifier and Type | Method and Description |
---|---|
FileInfo |
AsciiWriter.getFileInfo() |
FileInfo |
AbstractAsciiParser.getFileInfo() |
Constructor and Description |
---|
AbstractAsciiParser(C ctx,
FileInfo fileInfo,
java.io.InputStream stream) |
AbstractAsciiParser(C ctx,
FileInfo fileInfo,
java.io.InputStream stream,
int buffSize) |
AsciiParser(C ctx,
FileInfo fileInfo,
java.io.InputStream stream) |
AsciiParser(C ctx,
FileInfo fileInfo,
java.io.InputStream stream,
int buffSize) |
AsciiWriter(C ctx,
FileInfo fileInfo,
java.io.OutputStream stream) |
AsciiWriter(C ctx,
FileInfo fileInfo,
java.io.OutputStream stream,
boolean isAppendMode) |
AsciiWriter(C ctx,
FileInfo fileInfo,
java.io.OutputStream stream,
int buffSize) |
AsciiWriter(C ctx,
FileInfo fileInfo,
java.io.OutputStream outStream,
int buffSize,
boolean isAppendMode) |
SimpleAsciiParser(C ctx,
FileInfo fileInfo,
java.io.InputStream stream) |
SimpleAsciiParser(C ctx,
FileInfo fileInfo,
java.io.InputStream stream,
int buffSize) |
Modifier and Type | Method and Description |
---|---|
FileInfo |
NdfHandler.getFileInfo() |
Constructor and Description |
---|
NdfParser(ApplicationContext ctx,
FileInfo fileInfo,
java.io.InputStream stream,
NdfHandler handler) |
NdfParser(ApplicationContext ctx,
FileInfo fileInfo,
java.io.InputStream stream,
NdfHandler handler,
int buffSize) |
NdfWriter(C ctx,
FileInfo fileInfo,
java.io.OutputStream stream) |
NdfWriter(C ctx,
FileInfo fileInfo,
java.io.OutputStream stream,
int buffSize) |
Modifier and Type | Method and Description |
---|---|
FileInfo |
XmlTagHandler.getInputFileInfo()
Note that only the main-handler stores the inputFile
|
FileInfo |
XmlDataParser.getInputFileInfo() |
Modifier and Type | Method and Description |
---|---|
protected void |
XmlDataParser.logClosed(FileInfo fileInfo)
Is called after the file has been closed
|
protected void |
XmlDataParser.logOpen(FileInfo fileInfo)
Is called when the file is being opened
|
Constructor and Description |
---|
XmlFileTrackInfo(FileInfo fileInfo,
int lineNumber,
java.lang.String tagPath) |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayFileInfo
This class stores
ByteArrayOutputStream information. |
class |
LocalFileInfo
This class stores file information of a local file as well as
the
File object itself. |
class |
ResourceInfo
This class encapsulates resource file information which is read from a resource file
|
class |
UrlFileInfo
This class encapsulates the remote file information read from an
URLConnection . |
Constructor and Description |
---|
FileTrackInfo(FileInfo fileInfo,
int lineNumber) |
Modifier and Type | Method and Description |
---|---|
FileInfo |
FileParams.getFileInfo() |
Constructor and Description |
---|
MissingFileParameterException(java.lang.String type,
java.lang.String name,
FileInfo fileInfo) |
Modifier and Type | Method and Description |
---|---|
FileInfo |
IOFileDownstreamConnection.getRemoteFileInfo() |
Modifier and Type | Class and Description |
---|---|
class |
RemoteFileInfo
This class describes a File object on the server.
|
class |
RemoteResourceInfo
This class describes a resource File on the server.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.