blob: 040fd9c51d89ff484ed3dfd029393c9059a8189f [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang>
<head>
<!-- Generated by javadoc (16) -->
<title>Uses of Enum org.apache.rat.configuration.Format (Apache Creadur RAT 0.17 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.rat.configuration, enum: Format">
<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.5.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="../Format.html" title="enum in org.apache.rat.configuration">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">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div class="nav-list-search"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" 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 Enum org.apache.rat.configuration.Format" class="title">Uses of Enum<br>org.apache.rat.configuration.Format</h1>
</div>
<div class="caption"><span>Packages that use <a href="../Format.html" title="enum in org.apache.rat.configuration">Format</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.rat.configuration">org.apache.rat.configuration</a></div>
<div class="col-last even-row-color">
<div class="block">Classes to process configuration information from/to files.</div>
</div>
</div>
<section class="class-uses">
<ul class="block-list">
<li>
<section class="detail" id="org.apache.rat.configuration">
<h2>Uses of <a href="../Format.html" title="enum in org.apache.rat.configuration">Format</a> in <a href="../package-summary.html">org.apache.rat.configuration</a></h2>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.apache.rat.configuration</a> that return <a href="../Format.html" title="enum in org.apache.rat.configuration">Format</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="../Format.html" title="enum in org.apache.rat.configuration">Format</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Format.</span><code><span class="member-name-link"><a href="../Format.html#from(java.io.File)">from</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a>&nbsp;file)</code></div>
<div class="col-last even-row-color">
<div class="block">Determine the <code>Format</code> from a file.</div>
</div>
<div class="col-first odd-row-color"><code>static <a href="../Format.html" title="enum in org.apache.rat.configuration">Format</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Format.</span><code><span class="member-name-link"><a href="../Format.html#from(java.lang.String)">from</a></span>&#8203;(<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;name)</code></div>
<div class="col-last odd-row-color">
<div class="block">Determine the <code>Format</code> from the file name.</div>
</div>
<div class="col-first even-row-color"><code>static <a href="../Format.html" title="enum in org.apache.rat.configuration">Format</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Format.</span><code><span class="member-name-link"><a href="../Format.html#from(java.net.URI)">from</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/net/URI.html" title="class or interface in java.net" class="external-link">URI</a>&nbsp;uri)</code></div>
<div class="col-last even-row-color">
<div class="block">Determine the <code>Format</code> from a URI.</div>
</div>
<div class="col-first odd-row-color"><code>static <a href="../Format.html" title="enum in org.apache.rat.configuration">Format</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Format.</span><code><span class="member-name-link"><a href="../Format.html#valueOf(java.lang.String)">valueOf</a></span>&#8203;(<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;name)</code></div>
<div class="col-last odd-row-color">
<div class="block">Returns the enum constant of this type with the specified name.</div>
</div>
<div class="col-first even-row-color"><code>static <a href="../Format.html" title="enum in org.apache.rat.configuration">Format</a>[]</code></div>
<div class="col-second even-row-color"><span class="type-name-label">Format.</span><code><span class="member-name-link"><a href="../Format.html#values()">values</a></span>()</code></div>
<div class="col-last even-row-color">
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</div>
</div>
</section>
</li>
</ul>
</section>
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2006&#x2013;2025 <a href="https://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>