public class Item extends Object
Item(File file)
Item(Path path)
Item(String path)
static List<Item>
asList(Collection<File> files)
asList(File... files)
String
getSuffix()
Item
setPath(File file)
setPath(Path path)
setPath(String path)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Item(File file)
public Item(String path)
public Item(Path path)
public Item setPath(File file)
public Item setPath(Path path)
public Item setPath(String path)
public static List<Item> asList(File... files)
public static List<Item> asList(Collection<File> files)
public String getSuffix()
Copyright © 2020. All rights reserved.