Class UserDir


  • public class UserDir
    extends java.lang.Object
    common class for editor, bambi etc. to find a home directory
    • Constructor Summary

      Constructors 
      Constructor Description
      UserDir​(java.lang.String toolName)  
    • Constructor Detail

      • UserDir

        public UserDir​(java.lang.String toolName)
        Parameters:
        toolName -
    • Method Detail

      • getToolsPath

        public java.lang.String getToolsPath()
        Returns:
        the path for all cip4 tools
      • getToolPath

        public java.lang.String getToolPath()
        Returns:
        the path for this tool
      • getLogPath

        public java.lang.String getLogPath()
        Returns:
        the path for this tool
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()