Method |
Description |
|
getArgument ( string $argument ) : string | null |
Returns the given argument from the argument collection |
|
getArguments ( ) : array |
Returns the additional arguments given |
|
getFullPath ( ) : string |
Returns the absolute path to the resource |
|
getLocalPath ( ) : string |
Returns the relative path to the resource based on the repository path |
|
getRef ( ) : string |
Returns the version ref |
|
getRepository ( ) : TQ\Vcs\Repository\RepositoryInterface |
Returns the repository instance |
|
getRepositoryPath ( ) : string |
Returns the absolute repository path |
|
getUrl ( ) : string |
Returns the URL |
|
hasArgument ( string $argument ) : boolean |
Checks if the given argument exists |
|