jar

com.owenfeehan.pathpatternfinder : path-pattern-finder

Maven & Gradle

Jun 17, 2023
0 stars

com.owenfeehan.pathpatternfinder:path-pattern-finder · a Java library to find naming-patterns in a list of strings or paths, using a particular set of rules. A command-line app for basic usage is also included.

Table Of Contents

Latest Version

Download com.owenfeehan.pathpatternfinder : path-pattern-finder JAR file - Latest Versions:

All Versions

Download com.owenfeehan.pathpatternfinder : path-pattern-finder JAR file - All Versions:

Version Vulnerabilities Size Updated
1.7.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window path-pattern-finder-1.7.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.owenfeehan.pathpatternfinder

├─ com.owenfeehan.pathpatternfinder.CasedStringComparer.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.FindFilesRecursively.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.PathPatternFinder.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.PathsFromArguments.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.Pattern.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.SplitDirectoriesHelper.class - [JAR]

com.owenfeehan.pathpatternfinder.describer.frequencymap.integer

├─ com.owenfeehan.pathpatternfinder.describer.frequencymap.integer.IntegerFrequencyMap.class - [JAR]

com.owenfeehan.pathpatternfinder.patternelements.unresolved

├─ com.owenfeehan.pathpatternfinder.patternelements.unresolved.HelperStringList.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.patternelements.unresolved.Skipper.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.patternelements.unresolved.StringTrimmerOps.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.patternelements.unresolved.UnresolvedPathList.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.patternelements.unresolved.UnresolvedPatternElement.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.patternelements.unresolved.UnresolvedPatternElementFactory.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.patternelements.unresolved.UnresolvedStringList.class - [JAR]

com.owenfeehan.pathpatternfinder.trim

├─ com.owenfeehan.pathpatternfinder.trim.TrimCommonPathRoot.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.trim.TrimConstantString.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.trim.TrimInteger.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.trim.TrimOperation.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.trim.TrimOperationOrList.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.trim.TrimSplitByChar.class - [JAR]

com.owenfeehan.pathpatternfinder.commonpath

├─ com.owenfeehan.pathpatternfinder.commonpath.ElementsFromPath.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.commonpath.FindCommonPathElements.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.commonpath.PathElements.class - [JAR]

com.owenfeehan.pathpatternfinder.describer

├─ com.owenfeehan.pathpatternfinder.describer.ConsoleWidthGuesser.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.describer.DescribePattern.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.describer.PatternDescriber.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.describer.PatternDescriberWithVariableLines.class - [JAR]

com.owenfeehan.pathpatternfinder.describer.frequencymap

├─ com.owenfeehan.pathpatternfinder.describer.frequencymap.DescribeFrequencyMap.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.describer.frequencymap.DescribeKeyFrequency.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.describer.frequencymap.FrequencyMap.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.describer.frequencymap.KeyFrequency.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.describer.frequencymap.OrderedByCount.class - [JAR]

com.owenfeehan.pathpatternfinder.patternelements.resolved

├─ com.owenfeehan.pathpatternfinder.patternelements.resolved.ConstantElement.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.patternelements.resolved.DirectorySeperator.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.patternelements.resolved.ExtractElementFrom.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.patternelements.resolved.IntegerVariableElement.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.patternelements.resolved.ResolvedPatternElement.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.patternelements.resolved.ResolvedPatternElementFactory.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.patternelements.resolved.StringVariableElement.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.patternelements.resolved.VariableElement.class - [JAR]

com.owenfeehan.pathpatternfinder.patternelements

├─ com.owenfeehan.pathpatternfinder.patternelements.ExtractedElement.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.patternelements.PatternElement.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.patternelements.StringUtilities.class - [JAR]

com.owenfeehan.pathpatternfinder.trim.constantsubstring

├─ com.owenfeehan.pathpatternfinder.trim.constantsubstring.CommonCharsTracker.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.trim.constantsubstring.CountedBooleanMask.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.trim.constantsubstring.IndexRange.class - [JAR]

├─ com.owenfeehan.pathpatternfinder.trim.constantsubstring.TrimConstantSubstring.class - [JAR]