public class FilenameParser extends Object
Constructor and Description |
---|
FilenameParser(String filename) |
Modifier and Type | Method and Description |
---|---|
protected String |
expect(String expected) |
String |
getExtension() |
protected String |
getName() |
String |
next() |
String |
nextNonVersion() |
protected String |
nextVersion() |
String |
remaining() |
void |
reset() |
protected char |
seperator()
Get the current seperator character.
|
public FilenameParser(String filename)
public void reset()
protected char seperator()
public String getExtension()
public String nextNonVersion()
protected String nextVersion()
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.