|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Location | |
nl.toolforge.karma.core.boot | |
nl.toolforge.karma.core.location | The location package contains classes managing location objects. |
nl.toolforge.karma.core.module | |
nl.toolforge.karma.core.vc | The vc package contains implementation code for connections
and processing classes to version control systems. |
nl.toolforge.karma.core.vc.cvsimpl |
CVS implementation of the vc package. |
nl.toolforge.karma.core.vc.svnimpl | Subversion implementation of the vc package. |
Uses of Location in nl.toolforge.karma.core.boot |
Methods in nl.toolforge.karma.core.boot that return Location | |
Location |
AdminStore.getLocation()
|
Methods in nl.toolforge.karma.core.boot with parameters of type Location | |
void |
Store.setLocation(Location location)
Assigns this Store a Location . |
void |
AdminStore.setLocation(Location location)
|
Constructors in nl.toolforge.karma.core.boot with parameters of type Location | |
LocationStore(WorkingContext workingContext,
java.lang.String moduleName,
Location location)
|
|
LocationStore.LocationModule(java.lang.String name,
Location location)
|
|
ManifestStore(WorkingContext workingContext,
java.lang.String moduleName,
Location location)
|
|
ManifestStore.ManifestModule(java.lang.String name,
Location location)
|
|
AdminStore(WorkingContext workingContext,
java.lang.String moduleName,
Location location)
|
Uses of Location in nl.toolforge.karma.core.location |
Classes in nl.toolforge.karma.core.location that implement Location | |
class |
BaseLocation
BaseLocation implements some generic Location functionality. |
class |
RemoteLocation
|
Methods in nl.toolforge.karma.core.location that return Location | |
Location |
LocationFactory.createLocation(LocationDescriptor descriptor)
|
Location |
LocationLoader.get(java.lang.String locationAlias)
Gets a Location instance by its locationAlias . |
Uses of Location in nl.toolforge.karma.core.module |
Methods in nl.toolforge.karma.core.module that return Location | |
Location |
BaseModule.getLocation()
Gets the modules' location. |
Location |
Module.getLocation()
Returns the Location instance, which is derived from the location -attribute. |
Constructors in nl.toolforge.karma.core.module with parameters of type Location | |
OtherModule(java.lang.String name,
Location location)
Constructs an OtherModule with a name and location . |
|
OtherModule(java.lang.String name,
Location location,
Version version)
Constructs an OtherModule with a name , location and version . |
|
UntypedModule(java.lang.String name,
Location location)
|
|
UntypedModule(java.lang.String name,
Location location,
Version version)
|
|
LibModule(java.lang.String name,
Location location)
|
|
LibModule(java.lang.String name,
Location location,
Version version)
|
|
JavaWebApplicationModule(java.lang.String name,
Location location)
|
|
JavaWebApplicationModule(java.lang.String name,
Location location,
Version version)
|
|
JavaEnterpriseApplicationModule(java.lang.String name,
Location location)
|
|
JavaEnterpriseApplicationModule(java.lang.String name,
Location location,
Version version)
|
|
SourceModule(java.lang.String name,
Location location)
Constructs a SourceModule with a name and location . |
|
SourceModule(java.lang.String name,
Location location,
Version version)
Constructs a SourceModule with a name , location and version . |
|
MavenModule(java.lang.String name,
Location location)
|
|
MavenModule(java.lang.String name,
Location location,
Version version)
|
|
BaseModule(java.lang.String name,
Location location,
Version version)
|
|
BaseModule(java.lang.String name,
Location location)
|
Uses of Location in nl.toolforge.karma.core.vc |
Classes in nl.toolforge.karma.core.vc that implement Location | |
class |
VersionControlSystem
A reference for a VCS (Version Control System). |
Methods in nl.toolforge.karma.core.vc with parameters of type Location | |
static Runner |
RunnerFactory.getRunner(Location location)
A Runner might be required for a command to execute something on a version control system. |
Uses of Location in nl.toolforge.karma.core.vc.cvsimpl |
Classes in nl.toolforge.karma.core.vc.cvsimpl that implement Location | |
class |
CVSRepository
Class representing a location to a CVS repository. |
Constructors in nl.toolforge.karma.core.vc.cvsimpl with parameters of type Location | |
CVSRunner(Location location)
Constructs a runner to fire commands on a CVS repository. |
|
CVSConnection(Location location)
Constructor for a CVSConnection. |
Uses of Location in nl.toolforge.karma.core.vc.svnimpl |
Classes in nl.toolforge.karma.core.vc.svnimpl that implement Location | |
class |
SubversionLocationImpl
|
class |
SubversionRepository
Subversion implementation of the version control system. |
Constructors in nl.toolforge.karma.core.vc.svnimpl with parameters of type Location | |
SubversionRunner(Location location)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |