Class Platform


  • public class Platform
    extends java.lang.Object
    http://help.eclipse.org/ganymede/topic/org.eclipse.platform.doc.isv/reference/misc/ update_platform_xml.html
    • Field Detail

      • dom

        final org.codehaus.plexus.util.xml.Xpp3Dom dom
    • Constructor Detail

      • Platform

        public Platform​(org.codehaus.plexus.util.xml.Xpp3Dom dom)
      • Platform

        public Platform​(Platform other)
      • Platform

        public Platform()
    • Method Detail

      • setTimestamp

        public void setTimestamp​(long timestamp)
      • read

        public static Platform read​(java.io.File file)
                             throws java.io.IOException,
                                    org.codehaus.plexus.util.xml.pull.XmlPullParserException
        Throws:
        java.io.IOException
        org.codehaus.plexus.util.xml.pull.XmlPullParserException
      • write

        public static void write​(Platform platform,
                                 java.io.File file)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • isTransient

        public boolean isTransient()
      • setTransient

        public void setTransient​(boolean value)