comparison artifacts/src/main/java/org/dive4elements/river/collections/D4EArtifactCollection.java @ 6975:8bcc120e64ae

Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 06 Sep 2013 15:40:38 +0200
parents df1140486ba4
children c47f1a1d0f0f
comparison
equal deleted inserted replaced
6974:458f20eeb65c 6975:8bcc120e64ae
360 log.debug("-> Output name = " + name); 360 log.debug("-> Output name = " + name);
361 log.debug("-> Output type = " + type); 361 log.debug("-> Output type = " + type);
362 log.debug("-> Output subtype = " + subtype); 362 log.debug("-> Output subtype = " + subtype);
363 } 363 }
364 364
365 // If type contains 'chartinfo' use a generator that
366 // just allow access to width, height etc.
365 OutGenerator generator = null; 367 OutGenerator generator = null;
366 if (type != null 368 if (type != null
367 && type.length() > 0 369 && type.length() > 0
368 && type.indexOf("chartinfo") > 0) 370 && type.indexOf("chartinfo") > 0)
369 { 371 {
627 629
628 return persistent != null ? persistent.getArtifact() : null; 630 return persistent != null ? persistent.getArtifact() : null;
629 } 631 }
630 632
631 /** 633 /**
632 * Returns artifacts that name facetName. 634 * Returns artifacts with name name.
633 * 635 *
634 * @param name The Artifact name to search 636 * @param name The Artifact name to search
635 * @param context The CallContext 637 * @param context The CallContext
636 * 638 *
637 * @return a list of artifacts matching this name. 639 * @return a list of artifacts matching this name.

http://dive4elements.wald.intevation.org