|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Repository | |
|---|---|
| com.aragost.javahg | |
| com.aragost.javahg.commands | |
| com.aragost.javahg.commands.flags | |
| com.aragost.javahg.internals | |
| com.aragost.javahg.merge | |
| Uses of Repository in com.aragost.javahg |
|---|
| Subclasses of Repository in com.aragost.javahg | |
|---|---|
class |
BaseRepository
This is a standard Repository with no bundle overlaid |
| Methods in com.aragost.javahg with parameters of type Repository | |
|---|---|
static List<Changeset> |
Changeset.readListFromStream(Repository repository,
HgInputStream in)
This method is an alias for Changeset.readListFromStream(Repository, HgInputStream, boolean)
with the eager parameter set to false. |
static List<Changeset> |
Changeset.readListFromStream(Repository repository,
HgInputStream in,
boolean eager)
Read the rest of the content of the stream and return a List of the Changeset found there. |
| Constructors in com.aragost.javahg with parameters of type Repository | |
|---|---|
Changeset(Repository repository,
String node)
Use changeset(String) to create Changesets |
|
| Uses of Repository in com.aragost.javahg.commands |
|---|
| Methods in com.aragost.javahg.commands with parameters of type Repository | |
|---|---|
Bundle |
IncomingCommand.execute(Repository repository)
|
List<Changeset> |
OutgoingCommand.execute(Repository repository)
|
static Branch |
Branch.fromLine(Repository repo,
String line)
|
| Uses of Repository in com.aragost.javahg.commands.flags |
|---|
| Methods in com.aragost.javahg.commands.flags with parameters of type Repository | |
|---|---|
static AddRemoveCommand |
AddRemoveCommandFlags.on(Repository repository)
|
static CommitCommand |
CommitCommandFlags.on(Repository repository)
|
static ImportCommand |
ImportCommandFlags.on(Repository repository)
|
static CloneCommand |
CloneCommandFlags.on(Repository repository)
|
static TagsCommand |
TagsCommandFlags.on(Repository repository)
|
static CopyCommand |
CopyCommandFlags.on(Repository repository)
|
static DiffCommand |
DiffCommandFlags.on(Repository repository)
|
static VersionCommand |
VersionCommandFlags.on(Repository repository)
|
static CatCommand |
CatCommandFlags.on(Repository repository)
|
static GraftCommand |
GraftCommandFlags.on(Repository repository)
|
static AnnotateCommand |
AnnotateCommandFlags.on(Repository repository)
|
static MergeCommand |
MergeCommandFlags.on(Repository repository)
|
static UpdateCommand |
UpdateCommandFlags.on(Repository repository)
|
static BisectCommand |
BisectCommandFlags.on(Repository repository)
|
static BranchesCommand |
BranchesCommandFlags.on(Repository repository)
|
static ResolveCommand |
ResolveCommandFlags.on(Repository repository)
|
static PushCommand |
PushCommandFlags.on(Repository repository)
|
static RenameCommand |
RenameCommandFlags.on(Repository repository)
|
static LocateCommand |
LocateCommandFlags.on(Repository repository)
|
static ManifestCommand |
ManifestCommandFlags.on(Repository repository)
|
static BranchCommand |
BranchCommandFlags.on(Repository repository)
|
static IncomingCommand |
IncomingCommandFlags.on(Repository repository)
|
static PhaseCommand |
PhaseCommandFlags.on(Repository repository)
|
static OutgoingCommand |
OutgoingCommandFlags.on(Repository repository)
|
static RootCommand |
RootCommandFlags.on(Repository repository)
|
static RevertCommand |
RevertCommandFlags.on(Repository repository)
|
static AddCommand |
AddCommandFlags.on(Repository repository)
|
static RollbackCommand |
RollbackCommandFlags.on(Repository repository)
|
static ExportCommand |
ExportCommandFlags.on(Repository repository)
|
static StatusCommand |
StatusCommandFlags.on(Repository repository)
|
static BookmarksCommand |
BookmarksCommandFlags.on(Repository repository)
|
static TagCommand |
TagCommandFlags.on(Repository repository)
|
static PullCommand |
PullCommandFlags.on(Repository repository)
|
static RemoveCommand |
RemoveCommandFlags.on(Repository repository)
|
static LogCommand |
LogCommandFlags.on(Repository repository)
|
static ParentsCommand |
ParentsCommandFlags.on(Repository repository)
|
static BackoutCommand |
BackoutCommandFlags.on(Repository repository)
|
static HeadsCommand |
HeadsCommandFlags.on(Repository repository)
|
| Uses of Repository in com.aragost.javahg.internals |
|---|
| Methods in com.aragost.javahg.internals that return Repository | |
|---|---|
Repository |
AbstractCommand.getRepository()
|
| Methods in com.aragost.javahg.internals with parameters of type Repository | |
|---|---|
HgVersion |
ServerPool.getHgVersion(Repository repo)
|
static Map<File,File> |
CopyRenameHelper.parse(Repository repo,
File[] files,
LineIterator output,
String prefix)
|
| Constructors in com.aragost.javahg.internals with parameters of type Repository | |
|---|---|
AbstractCommand(Repository repository)
|
|
AbstractCommand(Repository repository,
String commandName)
|
|
GenericCommand(Repository repository,
String commandName)
|
|
GenericLogCommand(Repository repository)
|
|
| Uses of Repository in com.aragost.javahg.merge |
|---|
| Methods in com.aragost.javahg.merge that return Repository | |
|---|---|
Repository |
ConflictResolvingContext.getRepository()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||