NAME
# App::GitFind::Entry::PathClass - App::GitFind::Entry wrapper for an App::GitFind::PathClassMicro::Entity instance
SYNOPSIS
This represents a single file or directory being checked against an expression. This particular concrete class represents a file or directory on disk. It requires a File::Find::Object::Result instance. Usage:
use App::GitFind::PathClassMicro;
my $obj = App::GitFind::PathClassMicro::File->new('foo.txt');
# or ...::Dir->new('bar')
my $entry = App::GitFind::Entry::PathClass->new(-obj => $obj);
METHODS
prune
TODO
BUILD
Enforces the requirements on the -obj
argument to new()
.