Revision c16dc9e7 src/com/rackspace/cloud/files/api/client/ContainerObjectManager.java

b/src/com/rackspace/cloud/files/api/client/ContainerObjectManager.java
43 43
		this.context = context;
44 44
	}
45 45

  
46
	public ArrayList<ContainerObjects> createList(boolean detail, String passName) throws CloudServersException {
46
	public ArrayList<ContainerObjects> createList(boolean detail, String passName, String path) throws CloudServersException {
47 47
		
48 48
		CustomHttpClient httpclient = new CustomHttpClient(context);
49
		HttpGet get = new HttpGet(Account.getAccount().getStorageUrl()+"/"+passName+"?format=xml");
49
		Log.d("Request", "captin the request is : " + Account.getAccount().getStorageUrl()+"/"+passName+"?path=" + path + "&format=xml");
50
		HttpGet get = new HttpGet(Account.getAccount().getStorageUrl()+"/"+passName+"?path=" + path + "&format=xml");
50 51
		ArrayList<ContainerObjects> files = new ArrayList<ContainerObjects>();
51 52
		
52 53
		

Also available in: Unified diff