mbenson 2005/02/11 09:44:13
Modified: src/main/org/apache/tools/ant/types AbstractFileSet.java
Log:
Javadoc
Revision Changes Path
1.42 +3 -0
ant/src/main/org/apache/tools/ant/types/AbstractFileSet.java
Index: AbstractFileSet.java
===================================================================
RCS file:
/home/cvs/ant/src/main/org/apache/tools/ant/types/AbstractFileSet.java,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- AbstractFileSet.java 11 Feb 2005 17:32:19 -0000 1.41
+++ AbstractFileSet.java 11 Feb 2005 17:44:13 -0000 1.42
@@ -792,6 +792,7 @@
}
/**
+ * Get the merged include patterns for this AbstractFileSet.
* @return the include patterns of the default pattern set and all
* nested patternsets.
*
@@ -802,6 +803,7 @@
}
/**
+ * Get the merged exclude patterns for this AbstractFileSet.
* @return the exclude patterns of the default pattern set and all
* nested patternsets.
*
@@ -812,6 +814,7 @@
}
/**
+ * Get the merged patterns for this AbstractFileSet.
* @return the default patternset merged with the additional sets
* in a new PatternSet instance.
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]