Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joniles committed Oct 8, 2024
1 parent 16428bd commit d5dab7b
Show file tree
Hide file tree
Showing 2,173 changed files with 6,356 additions and 6,285 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## 13.4.2 (unreleased)
## 13.4.3 (unreleased)

## 13.4.2 (2024-10-08)
* Added the `ProjectCalendarDays.getCalendarHours()` method to allow direct access to the `ProjectCalendarHours` instances for each day of the week.

## 13.4.1 (2024-10-07)
* Added the `ProjectCalendarDays.getCalendarDayTypes()` method to allow direct access to the `DayType` instances for each day of the week.
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<property environment="env"/>

<!-- Build Configuration -->
<property name="current.version" value="13.4.1" />
<property name="current.version" value="13.4.2" />
<property name="current.version.classifier" value="" />
<!-- Environment Configuration-->
<property name="maven.cmd" value="mvn.cmd"/>
Expand Down
32 changes: 27 additions & 5 deletions docs/CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,18 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#1342-unreleased" class="md-nav__link">
<a href="#1343-unreleased" class="md-nav__link">
<span class="md-ellipsis">
13.4.2 (unreleased)
13.4.3 (unreleased)
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#1342-2024-10-08" class="md-nav__link">
<span class="md-ellipsis">
13.4.2 (2024-10-08)
</span>
</a>

Expand Down Expand Up @@ -3957,9 +3966,18 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#1342-unreleased" class="md-nav__link">
<a href="#1343-unreleased" class="md-nav__link">
<span class="md-ellipsis">
13.4.3 (unreleased)
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#1342-2024-10-08" class="md-nav__link">
<span class="md-ellipsis">
13.4.2 (unreleased)
13.4.2 (2024-10-08)
</span>
</a>

Expand Down Expand Up @@ -6267,7 +6285,11 @@


<h1 id="changelog">Changelog</h1>
<h2 id="1342-unreleased">13.4.2 (unreleased)</h2>
<h2 id="1343-unreleased">13.4.3 (unreleased)</h2>
<h2 id="1342-2024-10-08">13.4.2 (2024-10-08)</h2>
<ul>
<li>Added the <code>ProjectCalendarDays.getCalendarHours()</code> method to allow direct access to the <code>ProjectCalendarHours</code> instances for each day of the week.</li>
</ul>
<h2 id="1341-2024-10-07">13.4.1 (2024-10-07)</h2>
<ul>
<li>Added the <code>ProjectCalendarDays.getCalendarDayTypes()</code> method to allow direct access to the <code>DayType</code> instances for each day of the week.</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (MPXJ 13.4.1 API)</title>
<title>All Classes (MPXJ 13.4.2 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (MPXJ 13.4.1 API)</title>
<title>All Classes (MPXJ 13.4.2 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
6 changes: 3 additions & 3 deletions docs/apidocs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Constant Field Values (MPXJ 13.4.1 API)</title>
<title>Constant Field Values (MPXJ 13.4.2 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (MPXJ 13.4.1 API)";
parent.document.title="Constant Field Values (MPXJ 13.4.2 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -220,7 +220,7 @@ <h2 title="net.sf">net.sf.*</h2>
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="net/sf/mpxj/MPXJ.html#VERSION">VERSION</a></code></td>
<td class="colLast"><code>"13.4.1"</code></td>
<td class="colLast"><code>"13.4.2"</code></td>
</tr>
</tbody>
</table>
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated List (MPXJ 13.4.1 API)</title>
<title>Deprecated List (MPXJ 13.4.2 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (MPXJ 13.4.1 API)";
parent.document.title="Deprecated List (MPXJ 13.4.2 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>API Help (MPXJ 13.4.1 API)</title>
<title>API Help (MPXJ 13.4.2 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (MPXJ 13.4.1 API)";
parent.document.title="API Help (MPXJ 13.4.2 API)";
}
}
catch(err) {
Expand Down
9 changes: 7 additions & 2 deletions docs/apidocs/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (MPXJ 13.4.1 API)</title>
<title>Index (MPXJ 13.4.2 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (MPXJ 13.4.1 API)";
parent.document.title="Index (MPXJ 13.4.2 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -12443,6 +12443,11 @@ <h2 class="title">G</h2>
<dd>
<div class="block">This method retrieves a list of exceptions to the current calendar.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/ProjectCalendarDays.html#getCalendarHours--">getCalendarHours()</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/ProjectCalendarDays.html" title="class in net.sf.mpxj">ProjectCalendarDays</a></dt>
<dd>
<div class="block">Retrieves an array representing the working hours for each day of the week,
where Sunday is the first entry in the array.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/ProjectCalendarDays.html#getCalendarHours-java.time.DayOfWeek-">getCalendarHours(DayOfWeek)</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/ProjectCalendarDays.html" title="class in net.sf.mpxj">ProjectCalendarDays</a></dt>
<dd>
<div class="block">This method retrieves the calendar hours for the specified day.</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>MPXJ 13.4.1 API</title>
<title>MPXJ 13.4.2 API</title>
<script type="text/javascript">
tmpTargetPage = "" + window.location.search;
if (tmpTargetPage != "" && tmpTargetPage != "undefined")
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/net/sf/mpxj/AbstractFieldContainer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AbstractFieldContainer (MPXJ 13.4.1 API)</title>
<title>AbstractFieldContainer (MPXJ 13.4.2 API)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AbstractFieldContainer (MPXJ 13.4.1 API)";
parent.document.title="AbstractFieldContainer (MPXJ 13.4.2 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/net/sf/mpxj/AccrueType.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AccrueType (MPXJ 13.4.1 API)</title>
<title>AccrueType (MPXJ 13.4.2 API)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AccrueType (MPXJ 13.4.1 API)";
parent.document.title="AccrueType (MPXJ 13.4.2 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/net/sf/mpxj/ActivityCode.Builder.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ActivityCode.Builder (MPXJ 13.4.1 API)</title>
<title>ActivityCode.Builder (MPXJ 13.4.2 API)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ActivityCode.Builder (MPXJ 13.4.1 API)";
parent.document.title="ActivityCode.Builder (MPXJ 13.4.2 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/net/sf/mpxj/ActivityCode.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ActivityCode (MPXJ 13.4.1 API)</title>
<title>ActivityCode (MPXJ 13.4.2 API)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ActivityCode (MPXJ 13.4.1 API)";
parent.document.title="ActivityCode (MPXJ 13.4.2 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/net/sf/mpxj/ActivityCodeContainer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ActivityCodeContainer (MPXJ 13.4.1 API)</title>
<title>ActivityCodeContainer (MPXJ 13.4.2 API)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ActivityCodeContainer (MPXJ 13.4.1 API)";
parent.document.title="ActivityCodeContainer (MPXJ 13.4.2 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/net/sf/mpxj/ActivityCodeScope.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ActivityCodeScope (MPXJ 13.4.1 API)</title>
<title>ActivityCodeScope (MPXJ 13.4.2 API)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ActivityCodeScope (MPXJ 13.4.1 API)";
parent.document.title="ActivityCodeScope (MPXJ 13.4.2 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/net/sf/mpxj/ActivityCodeValue.Builder.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ActivityCodeValue.Builder (MPXJ 13.4.1 API)</title>
<title>ActivityCodeValue.Builder (MPXJ 13.4.2 API)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ActivityCodeValue.Builder (MPXJ 13.4.1 API)";
parent.document.title="ActivityCodeValue.Builder (MPXJ 13.4.2 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/net/sf/mpxj/ActivityCodeValue.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ActivityCodeValue (MPXJ 13.4.1 API)</title>
<title>ActivityCodeValue (MPXJ 13.4.2 API)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ActivityCodeValue (MPXJ 13.4.1 API)";
parent.document.title="ActivityCodeValue (MPXJ 13.4.2 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/net/sf/mpxj/ActivityStatus.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ActivityStatus (MPXJ 13.4.1 API)</title>
<title>ActivityStatus (MPXJ 13.4.2 API)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ActivityStatus (MPXJ 13.4.1 API)";
parent.document.title="ActivityStatus (MPXJ 13.4.2 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/net/sf/mpxj/ActivityType.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ActivityType (MPXJ 13.4.1 API)</title>
<title>ActivityType (MPXJ 13.4.2 API)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ActivityType (MPXJ 13.4.1 API)";
parent.document.title="ActivityType (MPXJ 13.4.2 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/net/sf/mpxj/AssignmentField.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AssignmentField (MPXJ 13.4.1 API)</title>
<title>AssignmentField (MPXJ 13.4.2 API)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AssignmentField (MPXJ 13.4.1 API)";
parent.document.title="AssignmentField (MPXJ 13.4.2 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit d5dab7b

Please sign in to comment.