net.sf.tlc.core
Interface TargetFinder

All Known Implementing Classes:
DefaultFinder

public interface TargetFinder

TheLittleContainer core interface for a target finder.

Author:
aisrael

Method Summary
 Target[] listTargets()
          Return an array of Target objects on identified targets in the targetPath
 

Method Detail

listTargets

public Target[] listTargets()
Return an array of Target objects on identified targets in the targetPath

Returns:
an array of Target objects of identified targets in the targetPath


Copyright © 2005 TheLittleContainer. All Rights Reserved.