Subversion Repositories XServices

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 brianR 1
/*
2
 * To change this template, choose Tools | Templates
3
 * and open the template in the editor.
4
 */
5
 
6
package net.brutex.xservices.types;
7
 
8
import org.apache.tools.ant.types.selectors.FileSelector;
9
 
10
/**
11
 *
12
 * @author brian
13
 */
14
public interface SelectorTypeInterface {
15
        public FileSelector getSelector();
16
}