Repository
Class Archive

java.lang.Object
  extended byRepository.Archive

class Archive
extends java.lang.Object

Archive data.

Changes:

alexis.grandemange@pagebox.net

Copyright (c) 2002-2004 Alexis Grandemange

This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public License
 as published by the Free Software Foundation; version 2.1 of the
 License.
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU Lesser General Public License for more details.
 A copy of the GNU Lesser General Public License lesser.txt should be
 included in the distribution.

Version:
0, 0, 11
Author:
Alexis Grandemange

Field Summary
(package private)  java.lang.String date
          Last modified date of the archive
(package private)  boolean deltaUpload
          True if delta upload
(package private)  java.lang.String docUrl
          URL of the archive documentation
(package private)  java.lang.String oldDate
          Last modified date of the previous version of the archive
(package private)  java.lang.String owner
          User who published this archive
(package private)  boolean pendingRemove
          true if pending remove
(package private)  boolean runInstall
          Run application server installer if true
(package private)  java.lang.String size
          Size of the archive
 
Constructor Summary
(package private) Archive()
          Default constructor
(package private) Archive(java.lang.String owner, java.lang.String docUrl, java.lang.String date, java.lang.String oldDate, java.lang.String size, boolean runInstall, boolean deltaUpload)
          Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owner

java.lang.String owner
User who published this archive


docUrl

java.lang.String docUrl
URL of the archive documentation


date

java.lang.String date
Last modified date of the archive


oldDate

java.lang.String oldDate
Last modified date of the previous version of the archive


size

java.lang.String size
Size of the archive


pendingRemove

boolean pendingRemove
true if pending remove


runInstall

boolean runInstall
Run application server installer if true


deltaUpload

boolean deltaUpload
True if delta upload

Constructor Detail

Archive

Archive(java.lang.String owner,
        java.lang.String docUrl,
        java.lang.String date,
        java.lang.String oldDate,
        java.lang.String size,
        boolean runInstall,
        boolean deltaUpload)
Constructor

Parameters:
owner - user who published this archive
docUrl - URL of the archive documentation
date - last modified date of the archive
oldDate - last modified date of the previous version of the archive
size - size of the archive
runInstall - run application server installer if true
deltaUpload - true if delta upload

Archive

Archive()
Default constructor