List of usage examples for org.apache.shiro.config Ini isEmpty
public boolean isEmpty()
From source file:org.apache.activemq.shiro.env.IniEnvironment.java
License:Apache License
protected void apply(Ini ini) { if (ini != null && !ini.isEmpty()) { Map<String, ?> objects = createObjects(ini); this.ini = ini; this.objects.clear(); this.objects.putAll(objects); }//w ww . j a va 2 s. co m }