Uses of Class
network.ike.docs.plugin.diff.GitSource
Packages that use GitSource
-
Uses of GitSource in network.ike.docs.plugin.diff
Methods in network.ike.docs.plugin.diff that return GitSourceModifier and TypeMethodDescriptionstatic GitSourceOpen the repository that contains the given directory, walking upward to find the git dir (a module's basedir is typically below the repository root).Methods in network.ike.docs.plugin.diff with parameters of type GitSourceModifier and TypeMethodDescriptionstatic RegistryIndexLoad the registry as it stands on one side of a comparison.static StringRegistryIndex.membershipDelta(GitSource git, String fromRef, String toRef, String registryRoot, String assemblyId) Render one assembly's membership delta (topic-refs added and removed between two sides) as a small registry-delta partial for an assembly-projection packet.Constructors in network.ike.docs.plugin.diff with parameters of type GitSourceModifierConstructorDescriptionRegistryDelta(GitSource git, String fromRef, String toRef) Create a delta generator over one comparison.