blob: aa40371982d85f338dfc258eb9d888654bbf79bc [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>Uses of Interface org.apache.logging.log4j.core.appender.rolling.action.PathCondition (Apache Log4j Core 2.23.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="use: package: org.apache.logging.log4j.core.appender.rolling.action, interface: PathCondition">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../../../../script-dir/jquery-3.6.1.min.js"></script>
<script type="text/javascript" src="../../../../../../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-use-page">
<script type="text/javascript">var pathtoroot = "../../../../../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">Class</a></li>
<li class="nav-bar-cell1-rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../../help-doc.html#use">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="Uses of Interface org.apache.logging.log4j.core.appender.rolling.action.PathCondition" class="title">Uses of Interface<br>org.apache.logging.log4j.core.appender.rolling.action.PathCondition</h1>
</div>
<div class="caption"><span>Packages that use <a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a></span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Package</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="#org.apache.logging.log4j.core.appender.rolling.action">org.apache.logging.log4j.core.appender.rolling.action</a></div>
<div class="col-last even-row-color">
<div class="block">Support classes for the Rolling File Appender.</div>
</div>
</div>
<section class="class-uses">
<ul class="block-list">
<li>
<section class="detail" id="org.apache.logging.log4j.core.appender.rolling.action">
<h2>Uses of <a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a> in <a href="../package-summary.html">org.apache.logging.log4j.core.appender.rolling.action</a></h2>
<div class="caption"><span>Classes in <a href="../package-summary.html">org.apache.logging.log4j.core.appender.rolling.action</a> that implement <a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>final class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../IfAccumulatedFileCount.html" class="type-name-link" title="class in org.apache.logging.log4j.core.appender.rolling.action">IfAccumulatedFileCount</a></code></div>
<div class="col-last even-row-color">
<div class="block">PathCondition that accepts paths after some count threshold is exceeded during the file tree walk.</div>
</div>
<div class="col-first odd-row-color"><code>final class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../IfAccumulatedFileSize.html" class="type-name-link" title="class in org.apache.logging.log4j.core.appender.rolling.action">IfAccumulatedFileSize</a></code></div>
<div class="col-last odd-row-color">
<div class="block">PathCondition that accepts paths after the accumulated file size threshold is exceeded during the file tree walk.</div>
</div>
<div class="col-first even-row-color"><code>final class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../IfAll.html" class="type-name-link" title="class in org.apache.logging.log4j.core.appender.rolling.action">IfAll</a></code></div>
<div class="col-last even-row-color">
<div class="block">Composite <code>PathCondition</code> that only accepts objects that are accepted by <em>all</em> component conditions.</div>
</div>
<div class="col-first odd-row-color"><code>final class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../IfAny.html" class="type-name-link" title="class in org.apache.logging.log4j.core.appender.rolling.action">IfAny</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Composite <code>PathCondition</code> that accepts objects that are accepted by <em>any</em> component conditions.</div>
</div>
<div class="col-first even-row-color"><code>final class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../IfFileName.html" class="type-name-link" title="class in org.apache.logging.log4j.core.appender.rolling.action">IfFileName</a></code></div>
<div class="col-last even-row-color">
<div class="block">PathCondition that accepts files for deletion if their relative path matches either a glob pattern or a regular
expression.</div>
</div>
<div class="col-first odd-row-color"><code>final class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../IfLastModified.html" class="type-name-link" title="class in org.apache.logging.log4j.core.appender.rolling.action">IfLastModified</a></code></div>
<div class="col-last odd-row-color">
<div class="block">PathCondition that accepts paths that are older than the specified duration.</div>
</div>
<div class="col-first even-row-color"><code>final class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../IfNot.html" class="type-name-link" title="class in org.apache.logging.log4j.core.appender.rolling.action">IfNot</a></code></div>
<div class="col-last even-row-color">
<div class="block">Wrapper <code>PathCondition</code> that accepts objects that are rejected by the wrapped component filter.</div>
</div>
</div>
<div class="caption"><span>Fields in <a href="../package-summary.html">org.apache.logging.log4j.core.appender.rolling.action</a> declared as <a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static final <a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>[]</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PathCondition.</span><code><a href="../PathCondition.html#EMPTY_ARRAY" class="member-name-link">EMPTY_ARRAY</a></code></div>
<div class="col-last even-row-color">
<div class="block">The empty array.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.apache.logging.log4j.core.appender.rolling.action</a> that return <a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static <a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>[]</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PathCondition.</span><code><a href="../PathCondition.html#copy(org.apache.logging.log4j.core.appender.rolling.action.PathCondition...)" class="member-name-link">copy</a><wbr>(<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>...&nbsp;source)</code></div>
<div class="col-last even-row-color">
<div class="block">Copies the given input.</div>
</div>
<div class="col-first odd-row-color"><code><a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>[]</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">IfAll.</span><code><a href="../IfAll.html#getDeleteFilters()" class="member-name-link">getDeleteFilters</a>()</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code><a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>[]</code></div>
<div class="col-second even-row-color"><span class="type-name-label">IfAny.</span><code><a href="../IfAny.html#getDeleteFilters()" class="member-name-link">getDeleteFilters</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">IfNot.</span><code><a href="../IfNot.html#getWrappedFilter()" class="member-name-link">getWrappedFilter</a>()</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.apache.logging.log4j.core.appender.rolling.action</a> that return types with arguments of type <a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">IfAccumulatedFileCount.</span><code><a href="../IfAccumulatedFileCount.html#getNestedConditions()" class="member-name-link">getNestedConditions</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">IfAccumulatedFileSize.</span><code><a href="../IfAccumulatedFileSize.html#getNestedConditions()" class="member-name-link">getNestedConditions</a>()</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">IfFileName.</span><code><a href="../IfFileName.html#getNestedConditions()" class="member-name-link">getNestedConditions</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">IfLastModified.</span><code><a href="../IfLastModified.html#getNestedConditions()" class="member-name-link">getNestedConditions</a>()</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">AbstractPathAction.</span><code><a href="../AbstractPathAction.html#getPathConditions()" class="member-name-link">getPathConditions</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Returns the list of PathCondition objects.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.apache.logging.log4j.core.appender.rolling.action</a> with parameters of type <a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static boolean</code></div>
<div class="col-second even-row-color"><span class="type-name-label">IfAll.</span><code><a href="../IfAll.html#accept(org.apache.logging.log4j.core.appender.rolling.action.PathCondition%5B%5D,java.nio.file.Path,java.nio.file.Path,java.nio.file.attribute.BasicFileAttributes)" class="member-name-link">accept</a><wbr>(<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>[]&nbsp;list,
<a href="https://docs.oracle.com/javase/8/docs/api/java/nio/file/Path.html" title="class or interface in java.nio.file" class="external-link">Path</a>&nbsp;baseDir,
<a href="https://docs.oracle.com/javase/8/docs/api/java/nio/file/Path.html" title="class or interface in java.nio.file" class="external-link">Path</a>&nbsp;relativePath,
<a href="https://docs.oracle.com/javase/8/docs/api/java/nio/file/attribute/BasicFileAttributes.html" title="class or interface in java.nio.file.attribute" class="external-link">BasicFileAttributes</a>&nbsp;attrs)</code></div>
<div class="col-last even-row-color">
<div class="block">Returns <code>true</code> if all the specified conditions accept the specified path, <code>false</code> otherwise.</div>
</div>
<div class="col-first odd-row-color"><code>static void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">IfAll.</span><code><a href="../IfAll.html#beforeFileTreeWalk(org.apache.logging.log4j.core.appender.rolling.action.PathCondition%5B%5D)" class="member-name-link">beforeFileTreeWalk</a><wbr>(<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>[]&nbsp;nestedConditions)</code></div>
<div class="col-last odd-row-color">
<div class="block">Calls <a href="../IfAll.html#beforeFileTreeWalk()"><code>IfAll.beforeFileTreeWalk()</code></a> on all of the specified nested conditions.</div>
</div>
<div class="col-first even-row-color"><code>static <a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>[]</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PathCondition.</span><code><a href="../PathCondition.html#copy(org.apache.logging.log4j.core.appender.rolling.action.PathCondition...)" class="member-name-link">copy</a><wbr>(<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>...&nbsp;source)</code></div>
<div class="col-last even-row-color">
<div class="block">Copies the given input.</div>
</div>
<div class="col-first odd-row-color"><code>static <a href="../IfLastModified.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">IfLastModified</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">IfLastModified.</span><code><a href="../IfLastModified.html#createAgeCondition(org.apache.logging.log4j.core.appender.rolling.action.Duration,org.apache.logging.log4j.core.appender.rolling.action.PathCondition...)" class="member-name-link">createAgeCondition</a><wbr>(<a href="../Duration.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">Duration</a>&nbsp;age,
<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>...&nbsp;nestedConditions)</code></div>
<div class="col-last odd-row-color">
<div class="block">Create an IfLastModified condition.</div>
</div>
<div class="col-first even-row-color"><code>static <a href="../IfAll.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">IfAll</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">IfAll.</span><code><a href="../IfAll.html#createAndCondition(org.apache.logging.log4j.core.appender.rolling.action.PathCondition...)" class="member-name-link">createAndCondition</a><wbr>(<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>...&nbsp;components)</code></div>
<div class="col-last even-row-color">
<div class="block">Create a Composite PathCondition whose components all need to accept before this condition accepts.</div>
</div>
<div class="col-first odd-row-color"><code>static <a href="../DeleteAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">DeleteAction</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">DeleteAction.</span><code><a href="../DeleteAction.html#createDeleteAction(java.lang.String,boolean,int,boolean,org.apache.logging.log4j.core.appender.rolling.action.PathSorter,org.apache.logging.log4j.core.appender.rolling.action.PathCondition%5B%5D,org.apache.logging.log4j.core.appender.rolling.action.ScriptCondition,org.apache.logging.log4j.core.config.Configuration)" class="member-name-link">createDeleteAction</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;basePath,
boolean&nbsp;followLinks,
int&nbsp;maxDepth,
boolean&nbsp;testMode,
<a href="../PathSorter.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathSorter</a>&nbsp;sorterParameter,
<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>[]&nbsp;pathConditions,
<a href="../ScriptCondition.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">ScriptCondition</a>&nbsp;scriptCondition,
<a href="../../../../config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</a>&nbsp;config)</code></div>
<div class="col-last odd-row-color">
<div class="block">Create a DeleteAction.</div>
</div>
<div class="col-first even-row-color"><code>static <a href="../IfAccumulatedFileCount.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">IfAccumulatedFileCount</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">IfAccumulatedFileCount.</span><code><a href="../IfAccumulatedFileCount.html#createFileCountCondition(int,org.apache.logging.log4j.core.appender.rolling.action.PathCondition...)" class="member-name-link">createFileCountCondition</a><wbr>(int&nbsp;threshold,
<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>...&nbsp;nestedConditions)</code></div>
<div class="col-last even-row-color">
<div class="block">Create an IfAccumulatedFileCount condition.</div>
</div>
<div class="col-first odd-row-color"><code>static <a href="../IfAccumulatedFileSize.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">IfAccumulatedFileSize</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">IfAccumulatedFileSize.</span><code><a href="../IfAccumulatedFileSize.html#createFileSizeCondition(java.lang.String,org.apache.logging.log4j.core.appender.rolling.action.PathCondition...)" class="member-name-link">createFileSizeCondition</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;size,
<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>...&nbsp;nestedConditions)</code></div>
<div class="col-last odd-row-color">
<div class="block">Create an IfAccumulatedFileSize condition.</div>
</div>
<div class="col-first even-row-color"><code>static <a href="../IfFileName.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">IfFileName</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">IfFileName.</span><code><a href="../IfFileName.html#createNameCondition(java.lang.String,java.lang.String,org.apache.logging.log4j.core.appender.rolling.action.PathCondition...)" class="member-name-link">createNameCondition</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;glob,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;regex,
<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>...&nbsp;nestedConditions)</code></div>
<div class="col-last even-row-color">
<div class="block">Creates a IfFileName condition that returns true if either the specified
<a href="https://docs.oracle.com/javase/8/docs/api/java/nio/file/FileSystem.html#getPathMatcher-java.lang.String-" title="class or interface in java.nio.file" class="external-link">glob pattern</a> or the regular expression matches the relative path.</div>
</div>
<div class="col-first odd-row-color"><code>static <a href="../IfNot.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">IfNot</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">IfNot.</span><code><a href="../IfNot.html#createNotCondition(org.apache.logging.log4j.core.appender.rolling.action.PathCondition)" class="member-name-link">createNotCondition</a><wbr>(<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>&nbsp;condition)</code></div>
<div class="col-last odd-row-color">
<div class="block">Create an IfNot PathCondition.</div>
</div>
<div class="col-first even-row-color"><code>static <a href="../IfAny.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">IfAny</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">IfAny.</span><code><a href="../IfAny.html#createOrCondition(org.apache.logging.log4j.core.appender.rolling.action.PathCondition...)" class="member-name-link">createOrCondition</a><wbr>(<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>...&nbsp;components)</code></div>
<div class="col-last even-row-color">
<div class="block">Create a Composite PathCondition: accepts if any of the nested conditions accepts.</div>
</div>
<div class="col-first odd-row-color"><code><a href="../PosixViewAttributeAction.Builder.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">PosixViewAttributeAction.Builder</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PosixViewAttributeAction.Builder.</span><code><a href="../PosixViewAttributeAction.Builder.html#withPathConditions(org.apache.logging.log4j.core.appender.rolling.action.PathCondition%5B%5D)" class="member-name-link">withPathConditions</a><wbr>(<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>[]&nbsp;pathConditions)</code></div>
<div class="col-last odd-row-color">
<div class="block">Define path conditions to filter files in <a href="../AbstractPathAction.html#getBasePath()"><code>AbstractPathAction.getBasePath()</code></a>.</div>
</div>
</div>
<div class="caption"><span>Method parameters in <a href="../package-summary.html">org.apache.logging.log4j.core.appender.rolling.action</a> with type arguments of type <a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>protected abstract <a href="https://docs.oracle.com/javase/8/docs/api/java/nio/file/FileVisitor.html" title="class or interface in java.nio.file" class="external-link">FileVisitor</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/nio/file/Path.html" title="class or interface in java.nio.file" class="external-link">Path</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">AbstractPathAction.</span><code><a href="../AbstractPathAction.html#createFileVisitor(java.nio.file.Path,java.util.List)" class="member-name-link">createFileVisitor</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/nio/file/Path.html" title="class or interface in java.nio.file" class="external-link">Path</a>&nbsp;visitorBaseDir,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>&gt;&nbsp;conditions)</code></div>
<div class="col-last even-row-color">
<div class="block">Creates a new <code>FileVisitor&lt;Path&gt;</code> to pass to the <a href="https://docs.oracle.com/javase/8/docs/api/java/nio/file/Files.html#walkFileTree-java.nio.file.Path-java.util.Set-int-java.nio.file.FileVisitor-" title="class or interface in java.nio.file" class="external-link"><code>Files.walkFileTree(Path, Set, int, FileVisitor)</code></a>
method when the <a href="../AbstractPathAction.html#execute()"><code>AbstractPathAction.execute()</code></a> method is invoked.</div>
</div>
<div class="col-first odd-row-color"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/nio/file/FileVisitor.html" title="class or interface in java.nio.file" class="external-link">FileVisitor</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/nio/file/Path.html" title="class or interface in java.nio.file" class="external-link">Path</a>&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">DeleteAction.</span><code><a href="../DeleteAction.html#createFileVisitor(java.nio.file.Path,java.util.List)" class="member-name-link">createFileVisitor</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/nio/file/Path.html" title="class or interface in java.nio.file" class="external-link">Path</a>&nbsp;visitorBaseDir,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>&gt;&nbsp;conditions)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/nio/file/FileVisitor.html" title="class or interface in java.nio.file" class="external-link">FileVisitor</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/nio/file/Path.html" title="class or interface in java.nio.file" class="external-link">Path</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">PosixViewAttributeAction.</span><code><a href="../PosixViewAttributeAction.html#createFileVisitor(java.nio.file.Path,java.util.List)" class="member-name-link">createFileVisitor</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/nio/file/Path.html" title="class or interface in java.nio.file" class="external-link">Path</a>&nbsp;basePath,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>&gt;&nbsp;conditions)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
<div class="caption"><span>Constructors in <a href="../package-summary.html">org.apache.logging.log4j.core.appender.rolling.action</a> with parameters of type <a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier</div>
<div class="table-header col-second">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>protected </code></div>
<div class="col-second even-row-color"><code><a href="../AbstractPathAction.html#%3Cinit%3E(java.lang.String,boolean,int,org.apache.logging.log4j.core.appender.rolling.action.PathCondition%5B%5D,org.apache.logging.log4j.core.lookup.StrSubstitutor)" class="member-name-link">AbstractPathAction</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;basePath,
boolean&nbsp;followSymbolicLinks,
int&nbsp;maxDepth,
<a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>[]&nbsp;pathFilters,
<a href="../../../../lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</a>&nbsp;subst)</code></div>
<div class="col-last even-row-color">
<div class="block">Creates a new AbstractPathAction that starts scanning for files to process from the specified base path.</div>
</div>
</div>
<div class="caption"><span>Constructor parameters in <a href="../package-summary.html">org.apache.logging.log4j.core.appender.rolling.action</a> with type arguments of type <a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier</div>
<div class="table-header col-second">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../DeletingVisitor.html#%3Cinit%3E(java.nio.file.Path,java.util.List,boolean)" class="member-name-link">DeletingVisitor</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/nio/file/Path.html" title="class or interface in java.nio.file" class="external-link">Path</a>&nbsp;basePath,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;? extends <a href="../PathCondition.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">PathCondition</a>&gt;&nbsp;pathConditions,
boolean&nbsp;testMode)</code></div>
<div class="col-last even-row-color">
<div class="block">Constructs a new DeletingVisitor.</div>
</div>
</div>
</section>
</li>
</ul>
</section>
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small><p align="center"> Copyright &copy; 1999-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.<br/> Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation. </p></small></p>
</footer>
</div>
</div>
</body>
</html>