Uses of Interface
org.jabylon.properties.PropertyFileDiff
-
Packages that use PropertyFileDiff Package Description org.jabylon.properties org.jabylon.properties.impl org.jabylon.properties.util -
-
Uses of PropertyFileDiff in org.jabylon.properties
Methods in org.jabylon.properties that return PropertyFileDiff Modifier and Type Method Description PropertyFileDiffPropertiesFactory. createPropertyFileDiff()Returns a new object of class 'Property File Diff'.Methods in org.jabylon.properties with parameters of type PropertyFileDiff Modifier and Type Method Description voidProjectVersion. partialScan(ScanConfiguration configuration, PropertyFileDiff fileDiff) -
Uses of PropertyFileDiff in org.jabylon.properties.impl
Classes in org.jabylon.properties.impl that implement PropertyFileDiff Modifier and Type Class Description classPropertyFileDiffImplAn implementation of the model object 'Property File Diff'.Methods in org.jabylon.properties.impl that return PropertyFileDiff Modifier and Type Method Description PropertyFileDiffPropertiesFactoryImpl. createPropertyFileDiff()Methods in org.jabylon.properties.impl with parameters of type PropertyFileDiff Modifier and Type Method Description voidProjectVersionImpl. partialScan(ScanConfiguration configuration, PropertyFileDiff fileDiff) -
Uses of PropertyFileDiff in org.jabylon.properties.util
Methods in org.jabylon.properties.util with parameters of type PropertyFileDiff Modifier and Type Method Description TPropertiesSwitch. casePropertyFileDiff(PropertyFileDiff object)Returns the result of interpreting the object as an instance of 'Property File Diff'.
-