Browse Source

Javadoc

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277640 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
e536ed31da
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/main/org/apache/tools/ant/types/AbstractFileSet.java

+ 3
- 0
src/main/org/apache/tools/ant/types/AbstractFileSet.java View File

@@ -792,6 +792,7 @@ public abstract class AbstractFileSet extends DataType
} }


/** /**
* Get the merged include patterns for this AbstractFileSet.
* @return the include patterns of the default pattern set and all * @return the include patterns of the default pattern set and all
* nested patternsets. * nested patternsets.
* *
@@ -802,6 +803,7 @@ public abstract class AbstractFileSet extends DataType
} }


/** /**
* Get the merged exclude patterns for this AbstractFileSet.
* @return the exclude patterns of the default pattern set and all * @return the exclude patterns of the default pattern set and all
* nested patternsets. * nested patternsets.
* *
@@ -812,6 +814,7 @@ public abstract class AbstractFileSet extends DataType
} }


/** /**
* Get the merged patterns for this AbstractFileSet.
* @return the default patternset merged with the additional sets * @return the default patternset merged with the additional sets
* in a new PatternSet instance. * in a new PatternSet instance.
* *


Loading…
Cancel
Save