Class JVMSearchPath

    • Constructor Detail

      • JVMSearchPath

        public JVMSearchPath()
    • Method Detail

      • getLocation

        public java.lang.String getLocation()
        The location in the target system where to search for valid VMs.
      • setLocation

        public void setLocation​(java.lang.String location)
        The location in the target system where to search for valid VMs.
      • getSearchType

        public JVMSearchType getSearchType()
        The type of search to perform when searching for a valid VM in the target location. The search type determines whether the search should include the sub-diretories or not.

        The valid search types are TOP_LEVEL_DIR, FIRST_LEVEL_DIR and ALL_LEVELS_DIRS. Default to TOP_LEVEL_DIR.

      • setSearchType

        public void setSearchType​(JVMSearchType searchType)
        The type of search to perform when searching for a valid VM in the target location. The search type determines whether the search should include the sub-diretories or not.

        The valid search types are TOP_LEVEL_DIR, FIRST_LEVEL_DIR and ALL_LEVELS_DIRS. Default to TOP_LEVEL_DIR.