Liferay 6.2-ce-ga5

com.liferay.util.ant.bnd
Class ReleaseToRepoTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by aQute.bnd.ant.BaseTask
              extended by aQute.bnd.ant.BndTask
                  extended by com.liferay.util.ant.bnd.BaseBndTask
                      extended by com.liferay.util.ant.bnd.ReleaseToRepoTask
All Implemented Interfaces:
aQute.service.reporter.Report, aQute.service.reporter.Reporter, Cloneable

public class ReleaseToRepoTask
extends BaseBndTask


Nested Class Summary
 
Nested classes/interfaces inherited from interface aQute.service.reporter.Reporter
aQute.service.reporter.Reporter.SetLocation
 
Nested classes/interfaces inherited from interface aQute.service.reporter.Report
aQute.service.reporter.Report.Location
 
Field Summary
 
Fields inherited from class com.liferay.util.ant.bnd.BaseBndTask
project
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location
 
Constructor Summary
ReleaseToRepoTask()
           
 
Method Summary
protected  void doBeforeExecute()
           
protected  void doExecute()
           
 void setDeployRepo(String name)
           
 void setFile(File file)
           
 
Methods inherited from class com.liferay.util.ant.bnd.BaseBndTask
execute, getBndDirName, getBndProject, getBndRootFile, setBndRootFile
 
Methods inherited from class aQute.bnd.ant.BndTask
addBndfiles, addClasspath, setBasedir, setBndfilePath, setClasspath, setClasspathref, setCommand, setDestFile, setEclipse, setFailok, setFiles, setInherit, setOutput, setSourcepath, setTestDir, validate
 
Methods inherited from class aQute.bnd.ant.BaseTask
addProperty, addWsproperty, error, exception, getErrors, getFile, getLocation, getWarnings, isExceptions, isOk, isPedantic, isTrace, join, progress, report, report, setExceptions, setPedantic, setTrace, split, trace, warning
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReleaseToRepoTask

public ReleaseToRepoTask()
Method Detail

setDeployRepo

public void setDeployRepo(String name)

setFile

public void setFile(File file)

doBeforeExecute

protected void doBeforeExecute()
                        throws Exception
Overrides:
doBeforeExecute in class BaseBndTask
Throws:
Exception

doExecute

protected void doExecute()
                  throws Exception
Specified by:
doExecute in class BaseBndTask
Throws:
Exception

Liferay 6.2-ce-ga5