jas.swingstudio
Class JASSourcePath

java.lang.Object
  |
  +--jas.loader.ClassPath
        |
        +--jas.swingstudio.UserClassPath
              |
              +--jas.swingstudio.JASSourcePath
All Implemented Interfaces:
jas.swingstudio.JASList

public class JASSourcePath
extends jas.swingstudio.UserClassPath


Method Summary
static JASSourcePath create()
          Create a (unique) instance of JASSourcePath
 java.util.Enumeration elements()
           
 java.io.File findFile(java.lang.String fileName)
          Find a file by searching in the source path
 void setContents(java.util.Vector newVector)
           
 
Methods inherited from class jas.loader.ClassPath
add, add, add, clear, finalize, getClassPath, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

elements

public java.util.Enumeration elements()
Overrides:
elements in class ClassPath

create

public static JASSourcePath create()
Create a (unique) instance of JASSourcePath

findFile

public java.io.File findFile(java.lang.String fileName)
Find a file by searching in the source path

setContents

public void setContents(java.util.Vector newVector)
Specified by:
setContents in interface jas.swingstudio.JASList
Overrides:
setContents in class ClassPath