tbennett 2004/04/21 10:52:00
Modified: composition/api/src/java/org/apache/avalon/composition/model
FilesetModel.java
Log:
trimmed the public interface of the FilesetModel
Revision Changes Path
1.4 +1 -49
avalon/composition/api/src/java/org/apache/avalon/composition/model/FilesetModel.java
Index: FilesetModel.java
===================================================================
RCS file:
/home/cvs/avalon/composition/api/src/java/org/apache/avalon/composition/model/FilesetModel.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- FilesetModel.java 19 Apr 2004 19:53:24 -0000 1.3
+++ FilesetModel.java 21 Apr 2004 17:52:00 -0000 1.4
@@ -34,54 +34,6 @@
* @version $Revision$ $Date$
*/
public interface FilesetModel {
-
- /**
- * Establishes the base directory anchor for the fileset resolution.
- *
- * @param anchor the base directory anchor
- */
- void setBaseDirectory(File anchor);
- /**
- * Establishes the set of <code>IncludeDirective</code> objects
- * to use during fileset resolution.
- *
- * @param includes array of <code>IncludeDirective</code> objects
- */
- void setIncludeDirectives(IncludeDirective[] includes);
- /**
- * Establishes the set of <code>ExcludeDirective</code> objects
- * to use during fileset resolution.
- *
- * @param excludes array of <code>ExcludeDirectives</code>
- */
- void setExcludeDirectives(ExcludeDirective[] excludes);
- /**
- * Establishes a set of default includes to use during fileset
- * resolution in lieu of an explicit specification of a set
- * of <code>IncludeDirective</code> objects.
- *
- * @param defaultIncludes array of <code>String</code> objects
- * representing a set of default fileset includes
- */
- void setDefaultIncludes(String[] defaultIncludes);
- /**
- * Establishes a set of default excludes to use during fileset
- * resolution in lieu of an explicit specification of a set
- * of <code>ExcludeDirective</code> objects.
- *
- * @param defaultExcludes array of <code>String</code> objects
- * representing a set of default fileset excludes
- */
- void setDefaultExcludes(String[] defaultExcludes);
- /**
- * Returns a set of <code>File</code> objects representing the
- * results of the fileset resolution. This array will contain
- * fully qualified filenames based on the base directory anchor.
- *
- * @return an array list of <code>File</code> objects
- * to include in the classpath
- */
- ArrayList getIncludes();
/**
* Resolves the specified include and exclude directives from
* the base directory anchor and produces an array of files
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]