Class ClassifyFileTypesPhase

  • All Implemented Interfaces:
    RuleProvider, org.ocpsoft.common.pattern.Specialized<Object>, org.ocpsoft.common.pattern.Weighted, org.ocpsoft.rewrite.config.ConfigurationProvider<RuleLoaderContext>, org.ocpsoft.rewrite.context.Context

    public class ClassifyFileTypesPhase
    extends RulePhase
    Previous: ArchiveMetadataExtractionPhase
    Next: DiscoverProjectStructurePhase

    This scans files and attaches metadata to them. For example, this may find all of the Java files in an application and mark them as Java, or it may find all of the bash scripts in an input and identify them appropriately.

    .