public class DirEntry extends Object
| Constructor and Description |
|---|
DirEntry() |
DirEntry(String name,
String path) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtension() |
static String |
getExtension(String filename) |
String |
getName() |
String |
getPath() |
String |
getType() |
boolean |
isIsGeo() |
void |
setIsGeo(boolean isGeo) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setType(String type) |
public String getName()
public void setName(String name)
public String getPath()
public void setPath(String path)
public String getType()
public void setType(String type)
public String getExtension()
public boolean isIsGeo()
public void setIsGeo(boolean isGeo)
Copyright © 2016. All rights reserved.