Class MonotoneRepository

All Implemented Interfaces:
Serializable

public class MonotoneRepository extends Repository
Access to a Monotone repository.
Author:
Trond Norbye
See Also:
  • Field Details

    • CMD_PROPERTY_KEY

      public static final String CMD_PROPERTY_KEY
      The property name used to obtain the client command for this repository.
      See Also:
    • CMD_FALLBACK

      public static final String CMD_FALLBACK
      The command to use to access the repository if none was given explicitly.
      See Also:
    • DEPRECATED_KEY

      public static final String DEPRECATED_KEY
      See Also:
  • Constructor Details

    • MonotoneRepository

      public MonotoneRepository()
  • Method Details

    • annotate

      public Annotation annotate(File file, String revision) throws IOException
      Annotate the specified file/revision using the mnt annotate command.
      Parameters:
      file - file to annotate
      revision - revision to annotate
      Returns:
      file annotation
      Throws:
      IOException - if I/O exception occurred or the command failed
    • fileHasAnnotation

      public boolean fileHasAnnotation(File file)
    • fileHasHistory

      public boolean fileHasHistory(File file)
    • isWorking

      public boolean isWorking()
      Description copied from class: RepositoryInfo
      Returns true if this repository is usable in this context (for SCM systems that use external binaries, the binary must be available etc).
      Overrides:
      isWorking in class RepositoryInfo
      Returns:
      true if the HistoryGuru may use the repository