com.polarion.subterra.base.location.Location
METHODS
Modifiers and Type | Name | Description |
---|---|---|
public, static, ILocation | getLocationWithRepositoryAndRevision(String,String,String) | Return location for given repository name, location path and revision. |
public, static, ILocation | getLocationWithRevision(String,String) | Return location for given location path and revision. |
public, static, ILocation | getLocationWithRepository(String,String) | Return location for given repository name and location path. |
public, static, ILocation | getLocation(String) | Return location for given location path. |
public, static, ILocation | getLocation(String,String,String) | Returns location for given parameters. Unlike factory methods with specialized names, this implementation does allow null repoName and revisionName . |
public, static, List | parseSequence(String) | |
public, static, ILocation | deserializeLocation(String) | Converts the string representation produced by {@link ILocation#serialize()} back into object. |
public, static, List | deserializeLocations(String) | |
public, static, String | serialize(Collection |
|
public, static, ILocation | getCanonicalLocation(ILocation) | Canonicalize given location. Location path component "." is removed, ".." is removed together with its predecessor. |
Back to Index