Skip to content

Commit

Permalink
Add javadoc to gov.nasa.jpf.vm.ClassFileContainer#getURL
Browse files Browse the repository at this point in the history
  • Loading branch information
gayanW committed Jul 16, 2018
1 parent f401f23 commit c31a6d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/gov/nasa/jpf/vm/ClassFileContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ public String getName() {
return name;
}

/**
* @return the path of the container
* eg :-
* /path/to/root/dir/that/contains/class/files
*
* jar:file:/path/to/jpf-classes.jar!/
*/
public String getURL() {
return url;
}
Expand Down

0 comments on commit c31a6d2

Please sign in to comment.