Package VASSAL.tools.deprecation
Class DependencyWalker
java.lang.Object
VASSAL.tools.deprecation.DependencyWalker
- All Implemented Interfaces:
Walker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetClassCallback(Consumer<String> cb)voidsetFieldCallback(Consumer<String> cb)voidsetInput(byte[] classFile)voidsetInput(InputStream in)voidvoidsetMethodCallback(Consumer<String> cb)voidvoidvoidwalk()
-
Constructor Details
-
DependencyWalker
public DependencyWalker()
-
-
Method Details
-
setThisClassBeginCallback
-
setThisClassEndCallback
-
setClassCallback
-
setMethodCallback
-
setFieldCallback
-
setInput
public void setInput(byte[] classFile) -
setInput
- Specified by:
setInputin interfaceWalker- Throws:
IOException
-
setInput
- Specified by:
setInputin interfaceWalker- Throws:
IOException
-
walk
public void walk()
-