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.ISnapshotConfiguratorEntry
ISnapshotConfigurator.ISnapshotConfiguratorEntry. except(Path path)
Exclude subpath from the snapshot.ISnapshotConfigurator.ISnapshotConfiguratorEntry
ISnapshotConfigurator.ISnapshotConfiguratorEntry. exceptRegex(String pattern)
Exclude subpath from the snapshot by regular expression.ISnapshotConfigurator.ISnapshotConfiguratorEntry
ISnapshotConfigurator. include(Path root)
Include file or folder to snapshot for the given project.
-