@Deprecated
public interface GenerateTarget
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getName()
Deprecated.  
The name of the GenerateTarget is used in the generate submenu, and on the wizard page to select what to generate to. 
 | 
Step[] | 
getSteps()
Deprecated.  
The Generate wizard includes any steps included here. 
 | 
java.lang.Class<? extends TransferTarget> | 
getTarget()
Deprecated.  
A TransferTarget is the class the TransferManager uses to target a transfer process. 
 | 
boolean | 
isAvailable(Context c)
Deprecated.  
Is this target available in this context? Use the context to establish whether we are in an offline or online mode. 
 | 
java.lang.Class<? extends TransferTarget> getTarget()
boolean isAvailable(Context c)
java.lang.String getName()
Step[] getSteps()