Class ProtolockBackwardsCompatibilityChecker
- java.lang.Object
-
- no.entur.schema2proto.compatibility.ProtolockBackwardsCompatibilityChecker
-
public class ProtolockBackwardsCompatibilityChecker extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProtolockBackwardsCompatibilityChecker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtolockDefinitionsgetDefinitions()java.util.SortedSet<ProtolockField>getFields(ProtolockMessage protolockMessage)voidinit(java.io.File protoLockFile)booleanresolveBackwardIncompatibilities(com.squareup.wire.schema.ProtoFile file, com.squareup.wire.schema.MessageType e)
-
-
-
Method Detail
-
init
public void init(java.io.File protoLockFile) throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-
getDefinitions
public ProtolockDefinitions getDefinitions()
-
getFields
public java.util.SortedSet<ProtolockField> getFields(ProtolockMessage protolockMessage)
-
resolveBackwardIncompatibilities
public boolean resolveBackwardIncompatibilities(com.squareup.wire.schema.ProtoFile file, com.squareup.wire.schema.MessageType e)
-
-