org.apache.avalon.composition.model
Interface FilesetModel

All Known Implementing Classes:
DefaultFilesetModel

public interface FilesetModel

Specification of a fileset model from which a a set of included and excluded file directives can be resolved into set of fully qualifed filenames for purposes of establishing a classpath.

Version:
$Revision: 1.4 $ $Date: 2004/04/21 17:52:00 $
Author:
Avalon Development Team

Method Summary
 void resolveFileset()
          Resolves the specified include and exclude directives from the base directory anchor and produces an array of files to include in the classpath.
 

Method Detail

resolveFileset

public void resolveFileset()
                    throws IOException,
                           IllegalStateException
Resolves the specified include and exclude directives from the base directory anchor and produces an array of files to include in the classpath.

Throws:
IOException
IllegalStateException


Copyright © The Apache Software Foundation. All Rights Reserved.