| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--adavid.util.JMakefile
| Constructor Summary | |
| JMakefile() | |
| Method Summary | |
| static java.lang.String | getBackPath(int depth)returns a back path of the form ../../../ corresponding to depth | 
| static boolean | isExtFile(java.lang.String name,
          java.lang.String ext)returns true if the string name ends with extension ext | 
| static void | main(java.lang.String[] args)main program, run it with nothing to know the options and how to use it | 
| static java.lang.String | shortName(java.lang.String name)returns the short name of the string name, which is the name without the last extension beginning with a dot. | 
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
| Constructor Detail | 
public JMakefile()
| Method Detail | 
public static java.lang.String getBackPath(int depth)
public static boolean isExtFile(java.lang.String name,
                                java.lang.String ext)
public static java.lang.String shortName(java.lang.String name)
public static void main(java.lang.String[] args)
| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||