Class JarInfo

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
cn.mapway.document.ui.client.module.JarInfo

public class JarInfo extends com.google.gwt.core.client.JavaScriptObject
The Class JarInfo.
Author:
zhangjianshe
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Instantiates a new jar info.
  • Method Summary

    Modifier and Type
    Method
    Description
    final String
    File name.
    final String
    Link.
    final void
    link(String url)
    Link.
    final String
    Path.
    final Long
    Size.
    final String
    Summary.

    Methods inherited from class com.google.gwt.core.client.JavaScriptObject

    cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • JarInfo

      protected JarInfo()
      Instantiates a new jar info.
  • Method Details

    • fileName

      public final String fileName()
      File name.
      Returns:
      the string
    • path

      public final String path()
      Path.
      Returns:
      the string
    • size

      public final Long size()
      Size.
      Returns:
      the long
    • summary

      public final String summary()
      Summary.
      Returns:
      the string
    • link

      public final String link()
      Link.
      Returns:
      the string
    • link

      public final void link(String url)
      Link.
      Parameters:
      url - the url