langtools/src/jdk.jshell/share/classes/jdk/jshell/execution/LoaderDelegate.java
changeset 43132 6a5c69926e60
parent 39807 ba0ff343d241
child 43770 a321bed02000
equal deleted inserted replaced
43131:7769e4891d5e 43132:6a5c69926e60
    58      */
    58      */
    59     void addToClasspath(String path)
    59     void addToClasspath(String path)
    60             throws EngineTerminationException, InternalException;
    60             throws EngineTerminationException, InternalException;
    61 
    61 
    62     /**
    62     /**
    63      * Sets the execution class path to the specified path.
       
    64      *
       
    65      * @param path the path to add
       
    66      * @throws EngineTerminationException the execution engine has terminated
       
    67      * @throws InternalException an internal problem occurred
       
    68      */
       
    69     void setClasspath(String path)
       
    70             throws EngineTerminationException, InternalException;
       
    71 
       
    72     /**
       
    73      * Finds the class with the specified binary name.
    63      * Finds the class with the specified binary name.
    74      *
    64      *
    75      * @param name the binary name of the class
    65      * @param name the binary name of the class
    76      * @return the Class Object
    66      * @return the Class Object
    77      * @throws ClassNotFoundException if the class could not be found
    67      * @throws ClassNotFoundException if the class could not be found