Subversion Repositories XServices

Rev

Go to most recent revision | Blame | 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();
}