electric.util.classpath
Class ClassPathSource
java.lang.Object
electric.util.classpath.ClassPathSource
- All Implemented Interfaces:
- IClassPathEventListener, IClassPathSource
- public class ClassPathSource
- extends java.lang.Object
- implements IClassPathSource, IClassPathEventListener
ClassPathSource
- Author:
- webMethods
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassPathSource
public ClassPathSource()
getClassPath
public java.lang.String[] getClassPath()
- Specified by:
getClassPath in interface IClassPathSource
- Returns:
getIgnoreList
public java.lang.String[] getIgnoreList()
addToClassPath
public void addToClassPath(java.lang.String path)
- Parameters:
path -
removeFromClassPath
public void removeFromClassPath(java.lang.String path)
- Parameters:
path -
addToIgnoreList
public void addToIgnoreList(java.lang.String path)
- Parameters:
path -
classesAdded
public void classesAdded(java.io.File[] files)
- Specified by:
classesAdded in interface IClassPathEventListener
- Parameters:
files -
classesRemoved
public void classesRemoved(java.io.File[] files)
- Specified by:
classesRemoved in interface IClassPathEventListener
- Parameters:
files -
classesModified
public void classesModified(java.io.File[] files)
- Specified by:
classesModified in interface IClassPathEventListener
- Parameters:
files -
copyright© 2001-2004 by webMethods All Rights Reserved.