Class ProjectWriter

  • All Implemented Interfaces:
    LaunchContext.WritableProject

    public class ProjectWriter
    extends java.lang.Object
    implements LaunchContext.WritableProject
    Simple implementation of LaunchContext.WritableProject. Don't use directly - let ProjectCacheUpdateHelper decide if it is safe to instantiate this class.
    • Constructor Detail

    • Method Detail

      • write

        public void write​(java.io.OutputStream stream)
                   throws java.io.IOException
        Specified by:
        write in interface LaunchContext.WritableProject
        Throws:
        java.io.IOException
      • updateProjectCache

        public static void updateProjectCache​(LaunchContext context,
                                              RuntimeProject project)
                                       throws java.io.IOException
        Throws:
        java.io.IOException