Subversion Repositories XServices

Compare Revisions

Ignore whitespace Rev 22 → Rev 23

/xservices/trunk/src/java/net/brutex/xservices/types/SelectorTypeInterface.java
0,0 → 1,16
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
 
package net.brutex.xservices.types;
 
import org.apache.tools.ant.types.selectors.FileSelector;
 
/**
*
* @author brian
*/
public interface SelectorTypeInterface {
public FileSelector getSelector();
}