org.universAAL.middleware.interfaces.utils
Class Util

Package class diagram package Util
java.lang.Object
  extended by org.universAAL.middleware.interfaces.utils.Util

public class Util
extends Object

Utility class for widely-used operations

Author:
Michele Girolami, Francesco Furfari

Constructor Summary
Util()
           
 
Method Summary
static File getFile(String marker, URI targetDir)
          This method returns a File object found in the target dir containing the marker
static Dictionary<String,String> getSLPProperties(URL propUrl)
          This method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

getSLPProperties

public static Dictionary<String,String> getSLPProperties(URL propUrl)
This method

Parameters:
context -
Returns:

getFile

public static File getFile(String marker,
                           URI targetDir)
This method returns a File object found in the target dir containing the marker

Parameters:
marker -
targetDir -
Returns:


Copyright © 2014 universAAL Consortium. All Rights Reserved.