public class DeployResource extends PackagerResource
Modifier and Type | Class and Description |
---|---|
static class |
DeployResource.Type |
Modifier and Type | Field and Description |
---|---|
static String |
TYPE_DATA |
static String |
TYPE_LICENSE |
Constructor and Description |
---|
DeployResource(File baseDir,
File file) |
DeployResource(File baseDir,
File file,
String mode) |
DeployResource(File baseDir,
File file,
String mode,
String type,
String os,
String arch) |
DeployResource(File baseDir,
String path) |
DeployResource(File baseDir,
String path,
String mode) |
Modifier and Type | Method and Description |
---|---|
String |
getArch() |
String |
getMode() |
String |
getOs() |
DeployResource.Type |
getType() |
getBaseDir, getFile, getRelativePath, traverse, traverse
public static final String TYPE_LICENSE
public static final String TYPE_DATA
public String getMode()
public DeployResource.Type getType()
public String getOs()
public String getArch()
Copyright © 2020. All rights reserved.