Class Updater.PluginResolutionResult
java.lang.Object
de.iip_ecosphere.platform.support.Updater.PluginResolutionResult
- Enclosing class:
Updater
Represents a plugin resolution result for a found plugin, potentially with Maven snapshot build number.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePluginResolutionResult(InputStream stream) Creates an instance for a resolved plugin given as input stream without build number.privatePluginResolutionResult(InputStream stream, String buildNr) Creates an instance for a resolved plugin given as input stream with associated Maven build number. -
Method Summary
Modifier and TypeMethodDescriptionprivate booleanReturns whether this result has a build number.
-
Field Details
-
stream
-
buildNr
-
-
Constructor Details
-
PluginResolutionResult
Creates an instance for a resolved plugin given as input stream without build number.- Parameters:
stream- the plugin contents stream
-
PluginResolutionResult
Creates an instance for a resolved plugin given as input stream with associated Maven build number.- Parameters:
stream- the plugin contents streambuildNr- the build number, may be null/empty for none
-
-
Method Details
-
hasBuildNr
private boolean hasBuildNr()Returns whether this result has a build number.- Returns:
truefor build number,falseelse
-