Interface DeploymentResource
- All Known Implementing Classes:
ImmutableDeploymentResource
@Immutable
public interface DeploymentResource
Represents a single deployment resource.
-
Method Summary
-
Method Details
-
getResource
byte[] getResource()- Returns:
- the resource contents
-
getResourceName
String getResourceName()- Returns:
- the name of the resource
-