Class IncludeAllPaths

java.lang.Object
org.jboss.shrinkwrap.impl.base.filter.IncludeAllPaths
All Implemented Interfaces:
Filter<ArchivePath>

public class IncludeAllPaths extends Object implements Filter<ArchivePath>
IncludeAllPaths Filter that include all ArchivePaths.
Version:
$Revision: $
  • Constructor Details

    • IncludeAllPaths

      public IncludeAllPaths()
  • Method Details

    • include

      public boolean include(ArchivePath object)
      Description copied from interface: Filter
      Called per operation in a multi add operation.
      Specified by:
      include in interface Filter<ArchivePath>
      Parameters:
      object - a object to filter on
      Returns:
      true if the object should be included in target