Package | Description |
---|---|
de.espirit.firstspirit.feature |
Provides interfaces to handle content transport features.
|
Modifier and Type | Method and Description |
---|---|
FeatureFile |
FeatureProgress.getFeatureFile()
The feature file representing the feature transport zip file created by the server side process.
|
FeatureFile |
FeatureInstallAgent.uploadFeatureFile(InputStream stream)
Uploads the given stream (originated from a feature transport zip file) to the server and returns the related
feature file |
Modifier and Type | Method and Description |
---|---|
ServerActionHandle<? extends FeatureProgress,FeatureAnalyseResult> |
FeatureInstallAgent.analyzeFeature(FeatureFile featureFile)
Starts a server side feature analyze process for the given feature file.
|
InputStream |
FeatureAgent.downloadFeatureFile(FeatureFile featureFile)
Download the feature transport zip file specified by the given
featureFile . |
ServerActionHandle<? extends FeatureProgress,FeatureInstallResult> |
FeatureInstallAgent.installFeature(FeatureFile featureFile,
Map<String,String> layerMapping)
Starts a server side feature installation process for the given feature file.
|
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500