Package | Description |
---|---|
io.takari.builder | |
io.takari.builder.internal | |
io.takari.builder.internal.model |
Modifier and Type | Method and Description |
---|---|
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ResourceType |
ResourceRoot.getResourceType() |
ResourceType |
CompileSourceRoot.getType() |
Constructor and Description |
---|
CompileSourceRoot(String path,
ResourceType type) |
ResourceRoot(String location,
ResourceType resourceType,
List<String> includes,
List<String> excludes) |
Modifier and Type | Method and Description |
---|---|
ResourceType |
GeneratedResourcesDirectoryParameter.getResourceType() |
Copyright © 2021. All rights reserved.