|
From: <ma...@us...> - 2006-08-26 07:00:27
|
Revision: 52 Author: marchy Date: 2006-08-26 00:00:17 -0700 (Sat, 26 Aug 2006) ViewCVS: http://svn.sourceforge.net/objectlabkit/?rev=52&view=rev Log Message: ----------- Added javadoc, and licence Modified Paths: -------------- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java =================================================================== --- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java 2006-08-24 22:17:05 UTC (rev 51) +++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java 2006-08-26 07:00:17 UTC (rev 52) @@ -1,3 +1,18 @@ +/* + * Copyright 2006 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + */ package net.objectlab.kit.datecalc.common; import java.util.List; @@ -3,4 +18,14 @@ import java.util.Set; +/** + * A DateCalculator is a lightweight container with a reference(optional) to a + * set of holidays, a WorkingWeek (Mon-Fri by default), a startDate and a + * current date. The CurrentDate date is changed everytime that the addDays or + * moveByBusinessDays methods are called. + * + * @author Benoit Xhenseval + * @author $Author: $ + * @version $Revision: $, $Version: $ + */ public interface DateCalculator<E> { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <ma...@us...> - 2006-08-26 07:30:14
|
Revision: 53 Author: marchy Date: 2006-08-26 00:29:57 -0700 (Sat, 26 Aug 2006) ViewCVS: http://svn.sourceforge.net/objectlabkit/?rev=53&view=rev Log Message: ----------- just doing some tests on keywords Modified Paths: -------------- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java Property Changed: ---------------- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java =================================================================== --- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java 2006-08-26 07:00:17 UTC (rev 52) +++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java 2006-08-26 07:29:57 UTC (rev 53) @@ -25,8 +25,9 @@ * moveByBusinessDays methods are called. * * @author Benoit Xhenseval - * @author $Author: $ - * @version $Revision: $, $Version: $ + * @author $Author$ $Author $ + * @version $Revision$, $Version: $ $Revision$ $Date$ + * $LastChangedDate$ $LastChangedBy$ */ public interface DateCalculator<E> { Property changes on: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java ___________________________________________________________________ Name: svn:keywords + LastChangedBy LastChangedRevision This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <ma...@us...> - 2006-08-26 07:45:30
|
Revision: 54 Author: marchy Date: 2006-08-26 00:45:13 -0700 (Sat, 26 Aug 2006) ViewCVS: http://svn.sourceforge.net/objectlabkit/?rev=54&view=rev Log Message: ----------- c'mon, work for me buddy Modified Paths: -------------- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java =================================================================== --- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java 2006-08-26 07:29:57 UTC (rev 53) +++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java 2006-08-26 07:45:13 UTC (rev 54) @@ -25,9 +25,12 @@ * moveByBusinessDays methods are called. * * @author Benoit Xhenseval - * @author $Author$ $Author $ - * @version $Revision$, $Version: $ $Revision$ $Date$ - * $LastChangedDate$ $LastChangedBy$ + * @author $LastChangedBy$ + * @version $Revision$ + * $Date$ + * $LastChangedDate$ + * $Date: $ + * $LastChangedDate: $ */ public interface DateCalculator<E> { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <ma...@us...> - 2006-08-26 07:50:07
|
Revision: 55 Author: marchy Date: 2006-08-26 00:49:40 -0700 (Sat, 26 Aug 2006) ViewCVS: http://svn.sourceforge.net/objectlabkit/?rev=55&view=rev Log Message: ----------- ditto Modified Paths: -------------- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java Property Changed: ---------------- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java Modified: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java =================================================================== --- trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java 2006-08-26 07:45:13 UTC (rev 54) +++ trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java 2006-08-26 07:49:40 UTC (rev 55) @@ -1,4 +1,5 @@ /* + * $Id$ * Copyright 2006 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not @@ -27,10 +28,11 @@ * @author Benoit Xhenseval * @author $LastChangedBy$ * @version $Revision$ + * $LastChangedRevision $ * $Date$ * $LastChangedDate$ - * $Date: $ - * $LastChangedDate: $ + * $Date$ + * $LastChangedDate$ */ public interface DateCalculator<E> { Property changes on: trunk/datecalc-common/src/main/java/net/objectlab/kit/datecalc/common/DateCalculator.java ___________________________________________________________________ Name: svn:keywords - LastChangedBy LastChangedRevision + HeadURL Id LastChangedBy LastChangedDate LastChangedRevision This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |