Rev 54 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
/*
* 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();
}