Package com.sodius.oslc.server.process
Class ApplicationContainer
java.lang.Object
com.sodius.oslc.server.process.ApplicationContainer
An application native artifact container wrapper.
- Since:
- 3.8.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the native container.getId()Gets the container identifier.Gets the container resource.static ApplicationContainerBuilds an instance from an application native artifact container.toString()
-
Method Details
-
of
Builds an instance from an application native artifact container.- Parameters:
container- the application native artifact container.uri- the container URI.id- the container identifier.title- the container title.- Returns:
- the corresponding instance.
- Throws:
NullPointerException- if any parameter isnull.
-
getId
Gets the container identifier.- Returns:
- the container identifier.
-
getContainer
Gets the native container.- Returns:
- native container.
-
getResource
Gets the container resource.- Returns:
- the container resource.
-
toString
-