org.apache.avalon.tools.tasks
Class BlockTask.Service

java.lang.Object
  extended byorg.apache.avalon.tools.tasks.BlockTask.Service
Enclosing class:
BlockTask

public static class BlockTask.Service
extends Object


Constructor Summary
BlockTask.Service()
           
 
Method Summary
 String getSource()
           
 String getType()
           
 void setSource(String source)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockTask.Service

public BlockTask.Service()
Method Detail

setType

public void setType(String type)

getType

public String getType()

setSource

public void setSource(String source)

getSource

public String getSource()