Class ConfigurationArchive
- java.lang.Object
-
- org.bonitasoft.engine.service.impl.installation.ConfigurationArchive
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class ConfigurationArchive extends java.lang.Object implements java.lang.AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description ConfigurationArchive(byte[] content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()java.lang.StringgetBuilderVersion()java.util.List<ProcessConfiguration>getProcessConfigurations()java.lang.StringgetTargetEnvironment()
-
-
-
Method Detail
-
getBuilderVersion
public java.lang.String getBuilderVersion()
-
getTargetEnvironment
public java.lang.String getTargetEnvironment()
-
getProcessConfigurations
public java.util.List<ProcessConfiguration> getProcessConfigurations()
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
-