comparison artifacts/src/main/java/de/intevation/artifacts/Artifact.java @ 86:b2e0cb83631c

Removed trailing whitespace artifacts/trunk@833 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 26 Mar 2010 10:04:34 +0000
parents 78263e910675
children 933bbc9fc11f
comparison
equal deleted inserted replaced
85:78263e910675 86:b2e0cb83631c
24 * <li>{@link #out(Document, OutputStream, CallContext) out()}: Produces output for this artifact.</li> 24 * <li>{@link #out(Document, OutputStream, CallContext) out()}: Produces output for this artifact.</li>
25 * </ol> 25 * </ol>
26 * 26 *
27 * There are two more methods involved with the life cycle of the are: 27 * There are two more methods involved with the life cycle of the are:
28 * <ol> 28 * <ol>
29 * <li>{@link #setup(String, ArtifactFactory, Object, Document) setup()}: 29 * <li>{@link #setup(String, ArtifactFactory, Object, Document) setup()}:
30 * Called after created by the factory.</li> 30 * Called after created by the factory.</li>
31 * <li>{@link #endOfLife(Object) endOfLife()}: Called when the artifact 31 * <li>{@link #endOfLife(Object) endOfLife()}: Called when the artifact
32 * is going to be removed from 32 * is going to be removed from
33 * system. Useful to clean up.</li> 33 * system. Useful to clean up.</li>
34 * </ol> 34 * </ol>
99 * When created by a factory this method is called to 99 * When created by a factory this method is called to
100 * initialize the artifact. 100 * initialize the artifact.
101 * @param identifier The identifier from artifact database 101 * @param identifier The identifier from artifact database
102 * @param factory The factory which created this artifact. 102 * @param factory The factory which created this artifact.
103 * @param context The global context of the runtime system. 103 * @param context The global context of the runtime system.
104 * @param data The data which can be use to setup an artifact with 104 * @param data The data which can be use to setup an artifact with
105 * more details. 105 * more details.
106 */ 106 */
107 public void setup( 107 public void setup(
108 String identifier, 108 String identifier,
109 ArtifactFactory factory, 109 ArtifactFactory factory,

http://dive4elements.wald.intevation.org