| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| ArtifactItem |
|
| 1.0;1 |
| 1 | /* | |
| 2 | * Copyright (2007) Schibsted Søk AS | |
| 3 | * This file is part of SESAT. | |
| 4 | * | |
| 5 | * SESAT is free software: you can redistribute it and/or modify | |
| 6 | * it under the terms of the GNU Affero General Public License as published by | |
| 7 | * the Free Software Foundation, either version 3 of the License, or | |
| 8 | * (at your option) any later version. | |
| 9 | * | |
| 10 | * SESAT is distributed in the hope that it will be useful, | |
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 13 | * GNU Affero General Public License for more details. | |
| 14 | * | |
| 15 | * You should have received a copy of the GNU Affero General Public License | |
| 16 | * along with SESAT. If not, see <http://www.gnu.org/licenses/>. | |
| 17 | */ | |
| 18 | ||
| 19 | package no.sesat.mojo; | |
| 20 | ||
| 21 | /** | |
| 22 | * | |
| 23 | * @author <a href="mailto:mick@semb.wever.org">Mick</a> | |
| 24 | * @version $Id: ArtifactItem.java 6331 2008-04-02 12:52:47Z ssmiweve $ | |
| 25 | */ | |
| 26 | public class ArtifactItem extends org.apache.maven.plugin.dependency.fromConfiguration.ArtifactItem{ | |
| 27 | ||
| 28 | // Constants ----------------------------------------------------- | |
| 29 | ||
| 30 | //private static final Logger LOG = Logger.getLogger(ArtifactItem.class); | |
| 31 | ||
| 32 | // Attributes ---------------------------------------------------- | |
| 33 | ||
| 34 | // Static -------------------------------------------------------- | |
| 35 | ||
| 36 | // Constructors -------------------------------------------------- | |
| 37 | ||
| 38 | 0 | public ArtifactItem() { |
| 39 | 0 | } |
| 40 | ||
| 41 | // Public -------------------------------------------------------- | |
| 42 | ||
| 43 | // Z implementation ---------------------------------------------- | |
| 44 | ||
| 45 | // Y overrides --------------------------------------------------- | |
| 46 | ||
| 47 | // Package protected --------------------------------------------- | |
| 48 | ||
| 49 | // Protected ----------------------------------------------------- | |
| 50 | ||
| 51 | // Private ------------------------------------------------------- | |
| 52 | ||
| 53 | // Inner classes ------------------------------------------------- | |
| 54 | } |