public abstract static class ResolveContext.FileResolver extends Object implements ResolveContext.Resolver
Constructor and Description |
---|
FileResolver(String title,
String extension,
String fileType,
String current) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
apply(File newFile) |
Object |
getDescription() |
String |
getResolvedPath() |
boolean |
isResolved() |
boolean |
resolve() |
String |
toString() |
public boolean isResolved()
isResolved
in interface ResolveContext.Resolver
public String getResolvedPath()
getResolvedPath
in interface ResolveContext.Resolver
public abstract boolean apply(File newFile)
public boolean resolve()
resolve
in interface ResolveContext.Resolver
public Object getDescription()
getDescription
in interface ResolveContext.Resolver
Copyright © 2019. All Rights Reserved.