@Generated public class FileSet extends PatternSet implements Serializable, Cloneable
BaseObject.ChildrenTracking
childrenTracking, delegate
Constructor and Description |
---|
FileSet() |
FileSet(FileSet delegate) |
FileSet(FileSet delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
FileSet |
clone() |
static List<FileSet> |
fileSetToApiV3(List<FileSet> list) |
static List<FileSet> |
fileSetToApiV4(List<FileSet> list) |
FileSet |
getDelegate() |
String |
getDirectory() |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input
source.
|
protected boolean |
replace(Object oldDelegate,
Object newDelegate) |
void |
setDirectory(String directory) |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field.
|
String |
toString() |
addExclude, addInclude, getExcludes, getIncludes, patternSetToApiV3, patternSetToApiV4, removeExclude, removeInclude, setExcludes, setIncludes
update
public FileSet()
public FileSet(FileSet delegate)
public FileSet(FileSet delegate, BaseObject parent)
public FileSet clone()
clone
in class PatternSet
public FileSet getDelegate()
getDelegate
in class PatternSet
public String getDirectory()
public void setDirectory(String directory)
public InputLocation getLocation(Object key)
InputLocationTracker
getLocation
in interface InputLocationTracker
getLocation
in class PatternSet
key
- The key of the field, must not be
null
.null
if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTracker
setLocation
in interface InputLocationTracker
setLocation
in class PatternSet
key
- The key of the field, must not be
null
.location
- The location of the field, may be
null
.protected boolean replace(Object oldDelegate, Object newDelegate)
replace
in class PatternSet
public String toString()
toString
in class PatternSet
Object.toString()
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.