public static class ClientProjectFileChooserUtil.OperationResult extends Object
| Constructor and Description |
|---|
OperationResult(ClientFileChooser chooser,
csbase.logic.ClientProjectFile file)
Construtor
|
OperationResult(ClientFileChooser chooser,
csbase.logic.CommonClientProject project,
String[] path,
boolean createChosen)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
csbase.logic.ClientProjectFile |
createFromPath()
Cria o arquivo.
|
boolean |
existsFile()
Retorna indicativo de existência de arquivo selecionado.
|
csbase.logic.ClientProjectFile |
getClientProjectFile()
Retorna o arquivo associado (se existir).
|
ClientSmartFile |
getClientSmartFile()
Retorna o ClientSmartFile associado ao arquivo de projeto.
|
String[] |
getPath()
Retorna
|
String |
getStringPath()
Método utilitário para montagem de path como string usando o array
interno definido (ver
getPath()). |
public OperationResult(ClientFileChooser chooser, csbase.logic.CommonClientProject project, String[] path, boolean createChosen)
chooser - chooserproject - projeto.path - path retornadocreateChosen - indicativo de criação automática do arquivopublic OperationResult(ClientFileChooser chooser, csbase.logic.ClientProjectFile file)
chooser - chooserfile - arquivo.public final boolean existsFile()
public final csbase.logic.ClientProjectFile getClientProjectFile()
public ClientSmartFile getClientSmartFile()
public final String getStringPath()
getPath()).public final String[] getPath()
public final csbase.logic.ClientProjectFile createFromPath()
null.Copyright © 2016. All rights reserved.