Package org.xipki.ca.mgmt.db.port
Class DbPorter.DbPortFileNameIterator
- java.lang.Object
-
- org.xipki.ca.mgmt.db.port.DbPorter.DbPortFileNameIterator
-
-
Constructor Summary
Constructors Constructor Description DbPortFileNameIterator(String filename)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasNext()Stringnext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
DbPortFileNameIterator
public DbPortFileNameIterator(String filename) throws IOException
- Throws:
IOException
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
-