Class Aspectran


  • public class Aspectran
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String POWERED_BY  
      static java.lang.String POWERED_BY_LINK  
      static boolean STABLE  
      static java.lang.String VERSION  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getPoweredBy()  
      static java.lang.String getPoweredByLink()  
      static java.lang.String getVersion()  
      static void main​(java.lang.String[] args)
      Prints Aspectran information to System.out.
      static void printAboutMe​(java.io.PrintStream out)
      Prints Aspectran information to the specified print stream.
      static void printPrettyAboutMe​(java.io.PrintStream out)
      Prints Aspectran information to the specified print stream.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • VERSION

        public static final java.lang.String VERSION
      • POWERED_BY

        public static final java.lang.String POWERED_BY
      • POWERED_BY_LINK

        public static final java.lang.String POWERED_BY_LINK
      • STABLE

        public static final boolean STABLE
    • Method Detail

      • getVersion

        public static java.lang.String getVersion()
      • getPoweredBy

        public static java.lang.String getPoweredBy()
      • getPoweredByLink

        public static java.lang.String getPoweredByLink()
      • printAboutMe

        public static void printAboutMe​(java.io.PrintStream out)
        Prints Aspectran information to the specified print stream.
        Parameters:
        out - a PrintStream object to print
      • printPrettyAboutMe

        public static void printPrettyAboutMe​(java.io.PrintStream out)
        Prints Aspectran information to the specified print stream.
        Parameters:
        out - a PrintStream object to print
      • main

        public static void main​(java.lang.String[] args)
        Prints Aspectran information to System.out.
        Parameters:
        args - a string array containing the command line arguments