org.apache.tools.ant.taskdefs.optional.starteam |
|
Java Source File Name | Type | Comment |
StarTeamCheckin.java | Class | Checks files into a StarTeam project. |
StarTeamCheckout.java | Class | Checks out files from a StarTeam project.
It also creates all working directories on the
local directory if appropriate. |
StarTeamLabel.java | Class | Creates a view label in StarTeam at the specified view. |
StarTeamList.java | Class | Produces a listing of the contents of the StarTeam repository
at the specified view and StarTeamFolder. |
StarTeamTask.java | Class | Common super class for all StarTeam tasks.
At this level of the hierarchy we are concerned only with obtaining a
connection to the StarTeam server. |
TreeBasedTask.java | Class | TreeBasedTask.java
This abstract class is the base for any tasks that are tree-based, that
is, for tasks which iterate over a tree of folders in StarTeam which
is reflected in a tree of folder the local machine.
This class provides the tree-iteration functionality. |