public class ClientSmartFileEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientSmartFileEvent.OptimizationFailCause
Enumeração com causas possíveis para falha no uso de otimização de acesso à
área de projetos
|
| Constructor and Description |
|---|
ClientSmartFileEvent(String localProjectPath,
ClientSmartFileEvent.OptimizationFailCause eventCause)
Construtor para eventos que não envolvem arquivos
|
ClientSmartFileEvent(String localProjectPath,
String fileLocalProjectPath,
ClientSmartFileEvent.OptimizationFailCause eventCause)
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
ClientSmartFileEvent.OptimizationFailCause |
getEventCause() |
String |
getFileLocalProjectPath() |
String |
getLocalProjectPath() |
boolean |
isFileEvent() |
public ClientSmartFileEvent(String localProjectPath, String fileLocalProjectPath, ClientSmartFileEvent.OptimizationFailCause eventCause)
localProjectPath - Path Local do projetofileLocalProjectPath - Path Local do arquivoeventCause - Causa do Eventopublic ClientSmartFileEvent(String localProjectPath, ClientSmartFileEvent.OptimizationFailCause eventCause)
localProjectPath - Path Local do projetoeventCause - Causa do Eventopublic String getLocalProjectPath()
public String getFileLocalProjectPath()
public ClientSmartFileEvent.OptimizationFailCause getEventCause()
public boolean isFileEvent()
Copyright © 2017. All rights reserved.