public interface DeploymentContentDistributor
Modifier and Type | Method and Description |
---|---|
byte[] |
distributeDeploymentContent(String uniqueName,
String runtimeName,
InputStream stream) |
byte[] |
distributeReplacementDeploymentContent(String uniqueName,
String runtimeName,
InputStream stream) |
byte[] distributeDeploymentContent(String uniqueName, String runtimeName, InputStream stream) throws IOException, DuplicateDeploymentNameException
byte[] distributeReplacementDeploymentContent(String uniqueName, String runtimeName, InputStream stream) throws IOException
IOException
Copyright © 2018 JBoss by Red Hat. All rights reserved.