Uses of Class
nl.toolforge.karma.core.location.LocationException

Packages that use LocationException
nl.toolforge.karma.core.boot   
nl.toolforge.karma.core.cmd   
nl.toolforge.karma.core.location The location package contains classes managing location objects. 
nl.toolforge.karma.core.manifest The manifest package contains all classes that comprise the manifest domain of Karma. 
nl.toolforge.karma.core.module   
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 LocationException in nl.toolforge.karma.core.boot
 

Methods in nl.toolforge.karma.core.boot that throw LocationException
 LocationLoader WorkingContext.getLocationLoader()
          Returns a reference to the LocationLoader for the working context.
 

Uses of LocationException in nl.toolforge.karma.core.cmd
 

Methods in nl.toolforge.karma.core.cmd that throw LocationException
 void CommandContext.changeCurrentManifest(java.lang.String manifestName)
          Changes the current manifest for this context.
 

Uses of LocationException in nl.toolforge.karma.core.location
 

Methods in nl.toolforge.karma.core.location that throw LocationException
 Location LocationFactory.createLocation(LocationDescriptor descriptor)
           
 void LocationLoader.load()
          Loads all location xml files from the path specified by the WorkingContext#getLocationStore() property.
 Location LocationLoader.get(java.lang.String locationAlias)
          Gets a Location instance by its locationAlias.
 void Location.connect()
          Tries to open a connection to the server if the protocol is a remote protocol.
 

Uses of LocationException in nl.toolforge.karma.core.manifest
 

Methods in nl.toolforge.karma.core.manifest that throw LocationException
 Manifest ManifestFactory.create(WorkingContext context, ManifestStructure structure)
           
 Manifest ManifestCollector.loadManifestFromHistory()
          Retrieves the last used manifest or null when none was found.
 

Constructors in nl.toolforge.karma.core.manifest that throw LocationException
ReleaseManifest(WorkingContext context, ManifestStructure structure)
           
DevelopmentManifest(WorkingContext workingContext, java.lang.String name)
           
DevelopmentManifest(WorkingContext context, ManifestStructure structure)
           
AbstractManifest(WorkingContext workingContext, java.lang.String name)
          Constructs a manifest instance; name is mandatory.
AbstractManifest(WorkingContext workingContext, ManifestStructure structure)
          A manifest is created based on its ManifestStructure, which can be loaded by the ManifestLoader.
 

Uses of LocationException in nl.toolforge.karma.core.module
 

Methods in nl.toolforge.karma.core.module that throw LocationException
 Module ModuleFactory.create(ModuleDigester digester, Module.Type moduleType)
           
 

Uses of LocationException in nl.toolforge.karma.core.vc.cvsimpl
 

Methods in nl.toolforge.karma.core.vc.cvsimpl that throw LocationException
 void CVSRepository.connect()
           
 

Uses of LocationException in nl.toolforge.karma.core.vc.svnimpl
 

Methods in nl.toolforge.karma.core.vc.svnimpl that throw LocationException
 void SubversionRepository.connect()
           
 void SubversionLocationImpl.connect()
           
 



Copyright © 2002-2004 Toolforge. All Rights Reserved.