source: release-kits/lirk3/bin/ant-installer/src/org/tp23/antinstaller/input/Target.java@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 258 bytes
Line 
1package org.tp23.antinstaller.input;
2/**
3 * Indicates the input type is a target based type and requires special
4 * processing in the properties loader
5 * @author teknopaul
6 *
7 */
8public interface Target {
9 public int getIdx();
10 public String getTarget();
11}
Note: See TracBrowser for help on using the repository browser.