Package io.quarkus.deployment.dev.remote
Interface RemoteDevClient.SyncResult
-
- Enclosing interface:
- RemoteDevClient
public static interface RemoteDevClient.SyncResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,byte[]>getChangedFiles()ThrowablegetProblem()Set<String>getRemovedFiles()
-