Class BasicBazelInfo

  • All Implemented Interfaces:
    BazelInfo

    public class BasicBazelInfo
    extends java.lang.Object
    implements BazelInfo
    • Constructor Summary

      Constructors 
      Constructor Description
      BasicBazelInfo​(java.lang.String execRoot, java.nio.file.Path workspaceRoot)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String execRoot()  
      int hashCode()  
      java.nio.file.Path workspaceRoot()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BasicBazelInfo

        public BasicBazelInfo​(java.lang.String execRoot,
                              java.nio.file.Path workspaceRoot)
    • Method Detail

      • execRoot

        public java.lang.String execRoot()
        Specified by:
        execRoot in interface BazelInfo
      • workspaceRoot

        public java.nio.file.Path workspaceRoot()
        Specified by:
        workspaceRoot in interface BazelInfo
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object