Knopflerfish OSGi 2.4.0

org.knopflerfish.ant.taskdefs.bundle
Class BIndexTask

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byorg.knopflerfish.ant.taskdefs.bundle.BIndexTask
All Implemented Interfaces:
java.lang.Cloneable

public class BIndexTask
extends org.apache.tools.ant.Task


Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
BIndexTask()
           
 
Method Summary
 void addFileset(org.apache.tools.ant.types.FileSet set)
           
 void execute()
           
 void setBaseDir(java.io.File f)
          The working directory of the BIndex process.
 void setBaseURL(java.lang.String s)
           
 void setOutFile(java.lang.String s)
           
 void setRepoName(java.lang.String s)
           
 
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

BIndexTask

public BIndexTask()
Method Detail

setBaseDir

public void setBaseDir(java.io.File f)
The working directory of the BIndex process. The bundle URLs will be on the form BaseURL/<relative path to JAR> where the relative path to JAR is computed relative to this base dir.

Parameters:
f - The base dir for relative part of the generated URLs.

setBaseURL

public void setBaseURL(java.lang.String s)

setOutFile

public void setOutFile(java.lang.String s)

setRepoName

public void setRepoName(java.lang.String s)

addFileset

public void addFileset(org.apache.tools.ant.types.FileSet set)

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException

Knopflerfish OSGi 2.4.0