Uses of Interface
com.e1c.g5.v8.snapshot.participation.ISnapshotConfigurator.ISnapshotConfiguratorEntry
-
Packages that use ISnapshotConfigurator.ISnapshotConfiguratorEntry Package Description com.e1c.g5.v8.snapshot.participation -
-
Uses of ISnapshotConfigurator.ISnapshotConfiguratorEntry in com.e1c.g5.v8.snapshot.participation
Methods in com.e1c.g5.v8.snapshot.participation that return ISnapshotConfigurator.ISnapshotConfiguratorEntry Modifier and Type Method Description ISnapshotConfigurator.ISnapshotConfiguratorEntryISnapshotConfigurator.ISnapshotConfiguratorEntry. except(Path path)Exclude subpath from the snapshot.ISnapshotConfigurator.ISnapshotConfiguratorEntryISnapshotConfigurator.ISnapshotConfiguratorEntry. exceptRegex(String pattern)Exclude subpath from the snapshot by regular expression.ISnapshotConfigurator.ISnapshotConfiguratorEntryISnapshotConfigurator. include(Path root)Include file or folder to snapshot for the given project.
-