public class Deployer extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(Path srcPath) |
void |
deploy(Path relativePath,
byte[] content) |
void |
deploy(Path relativePath,
String content) |
void |
deploy(String relativePath,
byte[] content) |
void |
deploy(String originalPathForLogging,
Path relativePath,
byte[] content) |
void |
deploy(String originalPathForLogging,
Path relativePath,
String content) |
void |
deploy(String relativePath,
String content) |
void |
deploy(WebResource webResource) |
void |
deploy(WebResource webResource,
String content) |
Path |
getRoot() |
public Deployer(Path root)
public Path getRoot()
public void deploy(String relativePath, byte[] content)
public void deploy(Path srcPath)
public void deploy(WebResource webResource)
public void deploy(WebResource webResource, String content)
public void deploy(Path relativePath, byte[] content)
Copyright © 2022. All rights reserved.