public class IncludeDef extends Object
Represents an include. Includes can be either a file or a classpath resource.
If an include is marked asoverride=true
then existing properties will be replaced.Constructor and Description |
---|
IncludeDef() |
Modifier and Type | Method and Description |
---|---|
String |
getFile() |
boolean |
isOverride() |
boolean |
isResource() |
void |
setFile(String file) |
void |
setOverride(boolean override) |
void |
setResource(boolean resource) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.