Uses of Interface
gauge.messages.Messages.FileChangesOrBuilder
-
Packages that use Messages.FileChangesOrBuilder Package Description gauge.messages -
-
Uses of Messages.FileChangesOrBuilder in gauge.messages
Classes in gauge.messages that implement Messages.FileChangesOrBuilder Modifier and Type Class Description static classMessages.FileChanges/ Give all file changes to be made to file systemstatic classMessages.FileChanges.Builder/ Give all file changes to be made to file systemMethods in gauge.messages that return Messages.FileChangesOrBuilder Modifier and Type Method Description Messages.FileChangesOrBuilderMessages.RefactorResponse.Builder. getFileChangesOrBuilder(int index)/ List of file changes to be made to successfully achieve refactoring.Messages.FileChangesOrBuilderMessages.RefactorResponse. getFileChangesOrBuilder(int index)/ List of file changes to be made to successfully achieve refactoring.Messages.FileChangesOrBuilderMessages.RefactorResponseOrBuilder. getFileChangesOrBuilder(int index)/ List of file changes to be made to successfully achieve refactoring.Methods in gauge.messages that return types with arguments of type Messages.FileChangesOrBuilder Modifier and Type Method Description List<? extends Messages.FileChangesOrBuilder>Messages.RefactorResponse.Builder. getFileChangesOrBuilderList()/ List of file changes to be made to successfully achieve refactoring.List<? extends Messages.FileChangesOrBuilder>Messages.RefactorResponse. getFileChangesOrBuilderList()/ List of file changes to be made to successfully achieve refactoring.List<? extends Messages.FileChangesOrBuilder>Messages.RefactorResponseOrBuilder. getFileChangesOrBuilderList()/ List of file changes to be made to successfully achieve refactoring.
-