org.kuali.common.util.metainf.model
Class MetaInfResource

java.lang.Object
  extended by org.kuali.common.util.metainf.model.MetaInfResource
All Implemented Interfaces:
Comparable<MetaInfResource>

public class MetaInfResource
extends Object
implements Comparable<MetaInfResource>


Field Summary
static long UNKNOWN_LINECOUNT
           
static long UNKNOWN_SIZE
           
 
Constructor Summary
MetaInfResource(String location)
           
MetaInfResource(String location, long size, long lineCount)
           
 
Method Summary
 int compareTo(MetaInfResource other)
           
 long getLineCount()
           
 String getLocation()
           
 long getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN_SIZE

public static final long UNKNOWN_SIZE
See Also:
Constant Field Values

UNKNOWN_LINECOUNT

public static final long UNKNOWN_LINECOUNT
See Also:
Constant Field Values
Constructor Detail

MetaInfResource

public MetaInfResource(String location)

MetaInfResource

public MetaInfResource(String location,
                       long size,
                       long lineCount)
Method Detail

compareTo

public int compareTo(MetaInfResource other)
Specified by:
compareTo in interface Comparable<MetaInfResource>

getLocation

public String getLocation()

getSize

public long getSize()

getLineCount

public long getLineCount()


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.