Class ProjectWriter
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.application.runtime.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 SummaryConstructors Constructor Description ProjectWriter(RuntimeProject project)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidupdateProjectCache(LaunchContext context, RuntimeProject project)voidwrite(java.io.OutputStream stream)
 
- 
- 
- 
Constructor Detail- 
ProjectWriterpublic ProjectWriter(RuntimeProject project) 
 
- 
 - 
Method Detail- 
writepublic void write(java.io.OutputStream stream) throws java.io.IOException- Specified by:
- writein interface- LaunchContext.WritableProject
- Throws:
- java.io.IOException
 
 - 
updateProjectCachepublic static void updateProjectCache(LaunchContext context, RuntimeProject project) throws java.io.IOException - Throws:
- java.io.IOException
 
 
- 
 
-