private File getDir(Association as) { File dir = cache.getCacheRootDir(); if (called2dir != null) { dir = new File(dir, called2dir.getProperty(as.getCalledAET(), calleddefdir)); } if (calling2dir != null) { dir = new File(dir, calling2dir.getProperty(as.getCallingAET(), callingdefdir)); } return dir; }
private boolean isStgcmtEnabled() { return ae.getAETitle() != null && cache.getCacheRootDir() != null; }
boolean isStoreFile() { return devnull != null || cache.getCacheRootDir() != null; }