- java.lang.Object
 - 
- jp.cafebabe.kunai.source.AbstractDataSource
 - 
- jp.cafebabe.kunai.source.JarFileDataSource
 - 
- jp.cafebabe.kunai.source.WarFileDataSource
 
 
 
 
- 
- All Implemented Interfaces:
 AutoCloseable,DataSource,PathResolver
public class WarFileDataSource extends JarFileDataSource
 
- 
- 
Constructor Summary
Constructors Constructor Description WarFileDataSource(Path base, FileSystem system) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetStartIndex(String name)- 
Methods inherited from class jp.cafebabe.kunai.source.JarFileDataSource
close, openStream, parseClassName, stream 
- 
Methods inherited from class jp.cafebabe.kunai.source.AbstractDataSource
base, getLastIndex, parseClassName 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface jp.cafebabe.kunai.source.DataSource
filter, forEach 
- 
Methods inherited from interface jp.cafebabe.kunai.source.PathResolver
resolveClassName 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
WarFileDataSource
public WarFileDataSource(Path base, FileSystem system)
 
 - 
 
- 
Method Detail
- 
getStartIndex
protected int getStartIndex(String name)
- Overrides:
 getStartIndexin classAbstractDataSource
 
 - 
 
 -