Class PerforceRepository

All Implemented Interfaces:
Serializable

public class PerforceRepository extends Repository
Access to a Perforce repository.
Author:
Emilio Monti - emilmont@gmail.com
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:
  • Constructor Details

    • PerforceRepository

      public PerforceRepository()
  • Method Details

    • annotate

      public Annotation annotate(File file, String rev)
    • fileHasAnnotation

      public boolean fileHasAnnotation(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