Uses of Interface
dev.galasa.zosfile.IZosUNIXFile
Packages that use IZosUNIXFile
Package
Description
CICS/TS Manager
z/OS Manager File interface
- 
Uses of IZosUNIXFile in dev.galasa.cicsts
Methods in dev.galasa.cicsts that return IZosUNIXFile - 
Uses of IZosUNIXFile in dev.galasa.cicsts.cicsresource
Methods in dev.galasa.cicsts.cicsresource that return IZosUNIXFileModifier and TypeMethodDescriptionIJvmserver.getJavaHome()Convenience method that returns the JAVA_HOME as defined in the JVM ProfileIJvmprofile.getProfile()Returns the JVM profile as aIZosUNIXFileobjectIJvmserver.getWorkingDirectory()Convenience method that returns the WORK_DIR as defined in the JVM ProfileIJvmserverLog.getZosUNIXFile()Returns theIZosUNIXFileassociated with thisIJvmserverLogMethods in dev.galasa.cicsts.cicsresource that return types with arguments of type IZosUNIXFileModifier and TypeMethodDescriptionIJvmserver.getJavaLogs()Get aListof Java log files, i.e Snap.*.trc, javacore.*.txt etc. - 
Uses of IZosUNIXFile in dev.galasa.cicsts.spi
Methods in dev.galasa.cicsts.spi that return IZosUNIXFile - 
Uses of IZosUNIXFile in dev.galasa.zosfile
Methods in dev.galasa.zosfile that return IZosUNIXFileModifier and TypeMethodDescriptionIZosUNIXFile.create()Create the zOS UNIX file or directoryIZosUNIXFile.create(Set<PosixFilePermission> accessPermissions) Create the zOS UNIX file or directory with the supplied Access PermissionsIZosFileHandler.newUNIXFile(String fullFilePath, IZosImage image) Instantiate a newIZosUNIXFile, which can represent either an existing UNIX file, or directory, or one to be created.Methods in dev.galasa.zosfile that return types with arguments of type IZosUNIXFileModifier and TypeMethodDescriptionIZosUNIXFile.directoryList()Returns sortedSortedMapthe zOS UNIX files and directories in this zOS UNIX directoryIZosUNIXFile.directoryListRecursive()Returns recursive sortedSortedMapthe zOS UNIX files and directories in this zOS UNIX directory - 
Uses of IZosUNIXFile in dev.galasa.zosliberty
Methods in dev.galasa.zosliberty that return IZosUNIXFileModifier and TypeMethodDescriptionIZosLibertyServerXml.getAsZosUNIXFile()Get the Liberty server.xml as aIZosUNIXFileIZosLibertyServer.getDropinsDir()Get the Liberty server dropins directoryIZosLibertyServer.getJavaHome()Get the JAVA_HOME value for this Liberty serverIZosLibertyServer.getKeystoreFile()Returns the keystore file for this Liberty serverIZosLibertyServer.getLogsDirectory()Get the Liberty server logs directoryIZosLibertyServer.getServerConfigDir()Returns the Liberty Server Configuration Directory${server.config.app.dir}as aIZosUNIXFileobjectIZosLibertyServer.getServerOutputDir()Returns the Liberty Server Output Directory${server.output.dir}as aIZosUNIXFileobjectIZosLibertyServer.getSharedAppDir()Returns the Liberty Shared Application Directory${shared.app.dir}as aIZosUNIXFileobjectIZosLibertyServer.getSharedConfigDir()Returns the Liberty Shared Configuration Directory${shared.config.dir}as aIZosUNIXFileobjectIZosLibertyServer.getSharedResourcesDir()Returns the Liberty Shared Resources Directory${shared.resources.dir}as aIZosUNIXFileobjectIZosLibertyServer.getWlpInstallDir()Returns the Liberty Install Directory${WLP_INSTALL_DIR}as aIZosUNIXFileobjectIZosLibertyServer.getWlpOutputDir()Returns the Liberty Output Directory${WLP_OUTPUT_DIR}as aIZosUNIXFileobjectIZosLibertyServer.getWlpUserDir()Returns the Liberty User Directory${WLP_USER_DIR}as aIZosUNIXFileobjectIZosLibertyServerLog.getZosUNIXFile()Returns theIZosUNIXFileassociated with thisIZosLibertyServerLogIZosLibertyServer.securityUtilityGenerateKeystore(String password) Use the Liberty securityUtility to create a new keyStoreMethods in dev.galasa.zosliberty with parameters of type IZosUNIXFileModifier and TypeMethodDescriptionvoidIZosLibertyServerXml.setFromZosUNIXFile(IZosUNIXFile serverXml) Replace the Liberty server.xml object fromIZosUNIXFilecontent